diff --git a/CHANGELOG.md b/CHANGELOG.md index cca27cb2..77845f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please check our [developers guide](https://gitlab.com/tokend/developers-guide) for further information about branching and tagging conventions. -## [Unreleased] +## [1.14.0-rc.0] - 2021-02-09 #### Added - Ability to delete key-value @@ -590,7 +590,8 @@ for further information about branching and tagging conventions. ## [1.3.0] - 2019-03-01 -[Unreleased]: https://github.com/tokend/admin-panel/compare/1.13.0...HEAD +[Unreleased]: https://github.com/tokend/admin-panel/compare/1.14.0-rc.0...HEAD +[1.14.0-rc.0]: https://github.com/tokend/admin-panel/compare/1.13.0...1.14.0-rc.0 [1.13.0]: https://github.com/tokend/admin-panel/compare/1.13.0-rc.1...1.13.0 [1.13.0-rc.1]: https://github.com/tokend/admin-panel/compare/1.13.0-rc.0...1.13.0-rc.1 [1.13.0-rc.0]: https://github.com/tokend/admin-panel/compare/1.12.1-rc.0...1.13.0-rc.0 diff --git a/package.json b/package.json index f349d1ab..8e5088fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-panel", - "version": "1.13.0", + "version": "1.14.0-rc.0", "description": "A TokenD admin client", "author": "Distributed Lab ", "private": true,