diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7c604..95d335f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 To check the difference between the last releaes and the latest dev status, click the link above. +## [1.6.0] - 2023-10-03 + +### Added + +1. Add initial registration action for IOTA. + ## [1.5.0] - 2023-06-15 ### Changed @@ -44,7 +50,8 @@ To check the difference between the last releaes and the latest dev status, clic 1. Change default network in registration action from Avalanche to Jade -[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.6.0...HEAD +[1.6.0]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/numbersprotocol/capture-lite/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/numbersprotocol/capture-lite/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/numbersprotocol/capture-lite/compare/1.2.9...1.3.0 diff --git a/package.json b/package.json index 2a9b83a..2e78fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@numbersprotocol/nit", - "version": "1.5.0", + "version": "1.6.0", "description": "git for web3 digital asset", "main": "lib/nit.js", "repository": "https://github.com/numbersprotocol/nit",