Skip to content

Commit

Permalink
Release 3.2.1 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Jan 13, 2025
1 parent 0bed9f7 commit 7804c2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ The following changes are pending, and will be applied on the next major release

## Unreleased

## [3.2.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.2.1) - 2025-01-13

### New feature

- Passes the v2 of the JSON-LD context for Access Grants when issuing and using the
`/derive` endpoint. This allows the server to return all Access Credentials understood
by the client, both v1 and v2. Clients prior to this version will issue and retrieve
Access Credentials with a v1 context (and will not be able to use features introduced
in v2).
`/derive` endpoint for VC providers supporting it. This allows the server to return
all Access Credentials understood by the client, both v1 and v2. Clients prior to
this version will issue and retrieve Access Credentials with a v1 context (and will
not be able to use features introduced in v2).

### Bugfix

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/solid-client-access-grants",
"description": "A library for managing access grants in Solid",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 7804c2b

Please sign in to comment.