diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb99706..e0c86476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## v2.1.1 - 2023-09-28 +No changes except from some updated dependencies + + ## v2.1.0 - 2023-07-10 IMPORTANT: This release moves to @astronautlabs/jsonpathplus in favor of jsonpathplus, bringing a security improvement. diff --git a/package.json b/package.json index da50a818..64867ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "2.1.1-unstable.0", + "version": "2.1.1", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",