diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8308e..fe0f01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project aims to follow [Semantic Versioning]. -## [Unreleased] +## [0.14.0] - 2023-03-02 ### Added @@ -218,7 +218,8 @@ format is based on [Keep a Changelog], and this project aims to follow - Initial release -[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/yeslogic/allsorts/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/yeslogic/allsorts/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/yeslogic/allsorts/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/yeslogic/allsorts/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/yeslogic/allsorts/compare/v0.11.0...v0.12.0 diff --git a/Cargo.toml b/Cargo.toml index 450d733..7b45a0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allsorts" -version = "0.13.0" +version = "0.14.0" authors = ["YesLogic Pty. Ltd. "] edition = "2018"