diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 4a80d22c..c16c9297 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.10.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/rest-v0.9.5...rest-v0.10.0) (2024-02-16) + + +### ⚠ BREAKING CHANGES + +* update to credo 0.5 (#239) + +### 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 78614736..3023e8d1 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" ],