diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd9f44..bfaf833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.1.29](https://github.com/cheqd/secret-box-service/compare/1.1.28...1.1.29) (2023-04-12) + ## [1.1.29-develop.1](https://github.com/cheqd/secret-box-service/compare/1.1.28...1.1.29-develop.1) (2023-04-06) ## [1.1.28](https://github.com/cheqd/secret-box-service/compare/1.1.27...1.1.28) (2023-03-30) diff --git a/package.json b/package.json index 5c4b6b8..6e8c9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/secret-box-service", - "version": "1.1.29-develop.1", + "version": "1.1.29", "license": "Apache-2.0", "source": "src/index.ts", "main": "dist/worker.js",