diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index e357748..8fe673e 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.1.0 (2024-02-01) + + +### Features + +* bump AFJ version ([b9c3012](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/b9c301243be0221ee56563ae999ca96399fe9214)) +* rename to credo-ts and add caching ([#16](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/issues/16)) ([49b5a85](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/49b5a853b1cfed89631892a7f57b7af3e8506898)) +* **server:** add config file and expose IndyVdrProxyModule ([94b1d0f](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/94b1d0f756586fb1806b8bbfbb36ed66f4f27176)) + + +### Bug Fixes + +* **client:** resolver/registry class names ([6e1e63f](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/6e1e63f9a634f81ebf844c58125c1ed6120fcbba)) +* **client:** response on failure and URI encode identifiers ([b4ebc5b](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/b4ebc5b8e3a58b7202bce843a54d9bc00afaddb5)) +* remove scope in package names ([5a135fc](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/5a135fcdff4c129d1bfdf03e99461809d123352b)) +* update AFJ to 0.5.0 alpha and add missing methods ([4065622](https://www.github.com/2060-io/credo-ts-indy-vdr-proxy/commit/406562253b6142f0b012dddc7fbe066f0b862413)) + ### [0.1.4](https://www.github.com/2060-io/aries-javascript-indy-vdr-proxy/compare/aries-framework-indy-vdr-proxy-client-v0.1.3...aries-framework-indy-vdr-proxy-client-v0.1.4) (2024-01-08) diff --git a/packages/client/package.json b/packages/client/package.json index 2c6f264..b815c4a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "credo-ts-indy-vdr-proxy-client", - "version": "0.1.4", + "version": "0.1.0", "description": "Indy VDR Proxy client for credo-ts", "author": "2060.io", "homepage": "https://github.com/2060-io/credo-ts-indy-vdr-proxy",