diff --git a/CHANGELOG.md b/CHANGELOG.md index a5180dc..8cdf647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [1.0.0-rc.1] - 2020-03-05 ### Fixed - Allow nulls booleans in filter - Differences in JSON path selector in MySQL @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-beta.2...HEAD +[Unreleased]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-rc.1...HEAD +[1.0.0-rc.1]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-beta.2...v1.0.0-rc.1 [1.0.0-beta.2]: https://github.com/piotr-cz/cockpit-sql-driver/compare/v1.0.0-beta.1...v1.0.0-beta.2 [1.0.0-beta.1]: https://github.com/piotr-cz/cockpit-sql-driver/releases/tag/v1.0.0-beta.1