From e04ff030d24a33edc2421bef305e32919dd78fc3 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 31 Dec 2020 08:56:26 -0500 Subject: [PATCH] Prepare to release v3.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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