diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b1f2e..2911f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2021-01-01 + ### Added - Added support for both `.` and `/`-delimited key paths (#24) - Added parameter and return types to everything; enabled strict type checks (#18) @@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Initial release!** -[Unreleased]: https://github.com/dflydev/dflydev-dot-access-data/compare/v2.0.0...main +[Unreleased]: https://github.com/dflydev/dflydev-dot-access-data/compare/v3.0.0...main +[3.0.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/dflydev/dflydev-dot-access-data/compare/v1.0.0...v1.0.1