diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 4a80d22..1d34427 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.10.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/rest-v0.9.5...rest-v0.10.0) (2024-03-30) + + +### ⚠ BREAKING CHANGES + +* **rest:** openid4vc (#260) +* **rest:** Signed-off-by: Matthew Dean Signed-off-by: Timo Glastra Co-authored-by: Matthew Dean Co-authored-by: Ariel Gentile +* update to credo 0.5 (#239) + +### Features + +* **rest:** openid4vc ([#260](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/260)) ([e3e4026](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/e3e4026e7ac5f06358476a869b361a40304d8f82)) +* **rest:** upgrade to credo 0.5 ([#256](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/256)) ([3849aec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/3849aecc5501444cb4e9720f639f7605bcfca7ec)) + + +### Miscellaneous Chores + +* update to credo 0.5 ([#239](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/239)) ([16e44ec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/16e44ec3134bf401bc98e89918a3cc5d223f90d6)) + ### [0.9.5](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.9.4...rest-v0.9.5) (2023-06-29) diff --git a/packages/rest/package.json b/packages/rest/package.json index 31f8977..d9bc1ec 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -2,7 +2,7 @@ "name": "@credo-ts/rest", "main": "build/index", "types": "build/index", - "version": "0.9.5", + "version": "0.10.0", "files": [ "build" ],