diff --git a/CHANGELOG.md b/CHANGELOG.md index 535c72b..d10c0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -## [Unreleased] - -* Bumped minimum reqiured Go version from 1.18 to 1.20. +## [v0.3.0] New features: @@ -16,6 +14,7 @@ Patches: * Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded. * Changed os.ModePerm (777) file permissions to 644 and 755. * UI improvements. +* Bumped minimum reqiured Go version from 1.18 to 1.20. Bugfixes: @@ -56,3 +55,4 @@ Initial release. [v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0 [v0.2.1]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.1 [v0.2.2]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.2 +[v0.3.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.3.0 diff --git a/wails.json b/wails.json index d006c43..90a7310 100644 --- a/wails.json +++ b/wails.json @@ -13,7 +13,7 @@ "info": { "productName": "Rolens", "companyName": "Romein van Buren", - "productVersion": "0.2.2", + "productVersion": "0.3.0", "comments": "The intuitive MongoDB administration tool", "copyright": "© Romein van Buren 2023 (GNU GPL 3.0)." },