diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f764dd..2758686 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.14.0] - 2020-03-02 ### Added - Unit tests for backend.py file using pytest - Switch to decide if backend should get private key on init @@ -177,7 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic server and client - Use regex to parse commands -[Unreleased]: https://github.com/RomainL972/isn/compare/v0.13.1...HEAD +[0.14.0]: https://github.com/RomainL972/isn/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/RomainL972/isn/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/RomainL972/isn/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/RomainL972/isn/compare/v0.11.0...v0.12.0