From 3451445de1d293f28882b1de059cc17f06ff2d03 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 21 May 2022 09:51:59 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56ce10..53b7d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2022-05-21 + +### Fixed + +* Update the examples in `README.md` +* Fix tests by adding missing type +* Fix map key color code for level 8 used by map sampling + ## [0.2.2] - 2022-05-10 ### Changed @@ -39,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[Unreleased]: https://git.luon.net/paul/sinoptik/compare/v0.2.2...HEAD +[Unreleased]: https://git.luon.net/paul/sinoptik/compare/v0.2.3...HEAD +[0.2.3]: https://git.luon.net/paul/sinoptik/compare/v0.2.2...v0.2.3 [0.2.2]: https://git.luon.net/paul/sinoptik/compare/v0.2.1...v0.2.2 [0.2.1]: https://git.luon.net/paul/sinoptik/compare/v0.2.0...v0.2.1 [0.2.0]: https://git.luon.net/paul/sinoptik/compare/v0.1.0...v0.2.0