diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a7a42ff..8c8f34bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [v6.0.3] - 2024-12-23 + +### Added + +### Changed + +### Fixed + ## [v6.0.2] - 2024-12-16 ### Added @@ -550,4 +558,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v6.0.0]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.0 [v6.0.1]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.1 -[v6.0.2]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.2 \ No newline at end of file +[v6.0.2]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.2 +[v6.0.3]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3 \ No newline at end of file diff --git a/version.properties b/version.properties index dff822e4e..89533df1b 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ majorVersion=6 minorVersion=0 -patchVersion=2 +patchVersion=3