diff --git a/CHANGELOG.md b/CHANGELOG.md index db4744c..dcb47cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [1.4.0-rc.0] - 2024-04-04 +## [Unreleased] ### Changed - Allow `delegators` to vote for proposal @@ -99,8 +99,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - Initiated project -[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.0-rc.0...HEAD -[1.4.0-rc.0]: https://gitlab.com/rarimo/scan/compare/1.3.0...1.4.0-rc.0 +[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.3.0...HEAD [1.3.0]: https://gitlab.com/rarimo/scan/compare/1.2.1...1.3.0 [1.2.1]: https://gitlab.com/rarimo/scan/compare/1.2.0...1.2.1 [1.2.0]: https://gitlab.com/rarimo/scan/compare/1.1.4...1.2.0 diff --git a/package.json b/package.json index 5a02f3d..93e350f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scan", - "version": "1.4.0-rc.0", + "version": "1.3.0", "private": true, "gitHooks": { "pre-commit": "yarn lint",