From f44a87e10bd14576b810fa3252ae07fe15fcecf9 Mon Sep 17 00:00:00 2001 From: Zwifi Date: Thu, 16 Nov 2023 18:12:24 +0100 Subject: [PATCH] Release v2.6.2 (#842) * Prepare CHANGELOG for v2.6.2 * 2.6.2 --- CHANGELOG.md | 13 +++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1815289e..ce1159eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,18 @@ The following changes are pending, and will be applied on the next major release ## Unreleased -### Removed features +## [2.6.2](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.6.2) - 2023-11-16 -- Support for `odrl` access grants has been removed. +### Removed features (non-breaking) + +- Support for `odrl` access grants has been removed. The ODRL data model was in as an experimental feature, + and wasn't deployed in any supported Access Grant issuers. Removing it will not break apps using the currently + supported gConsent-based Access Grants. + +### Bugfixes + +- Denied Access Grant expiration date: When denying an access grant based on an access request, the exipration + date of the access request wasn't being picked up as the expiration date for the denied grant. ## [2.6.1](https://github.com/inrupt/solid-client-access-grants-js/releases/tag/v2.6.1) - 2023-09-25 diff --git a/package-lock.json b/package-lock.json index 9baca3663..b34068083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client-access-grants", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inrupt/solid-client-access-grants", - "version": "2.6.1", + "version": "2.6.2", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.25.1", diff --git a/package.json b/package.json index 740b8cf3f..c1a151596 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client-access-grants", "description": "A library for managing access grants in Solid", - "version": "2.6.1", + "version": "2.6.2", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs",