diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f146e0..851c9311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## v1.1.4 - 2022-10-26 +Update dependencies + +- Updates: + - Update dependencies + + ## v1.1.3 - 2022-08-15 Bugfix release diff --git a/package.json b/package.json index 753baf0b..adc1aacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "1.1.4-unstable.1", + "version": "1.1.4", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",