Skip to content

Commit 7804c2b

Browse files
authored
Release 3.2.1 (#1215)
1 parent 0bed9f7 commit 7804c2b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ The following changes are pending, and will be applied on the next major release
1616

1717
## Unreleased
1818

19+
## [3.2.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v3.2.1) - 2025-01-13
20+
1921
### New feature
2022

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

2729
### Bugfix
2830

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/solid-client-access-grants",
33
"description": "A library for managing access grants in Solid",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)