From 0027a4333bef19a250a8aea9b8b8650355fa7153 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 23 Jun 2023 21:32:52 +0200 Subject: [PATCH] Prepared v0.2.1 --- CHANGELOG.md | 5 +++-- wails.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26ae38..658df19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [v0.2.1] * Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15). * Added version number of the running Rolens instance in the about dialog (#25, #28). @@ -17,5 +17,6 @@ Initial release. -[v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0 [v0.1.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.1.0 +[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 diff --git a/wails.json b/wails.json index 3d066df..17e255f 100644 --- a/wails.json +++ b/wails.json @@ -13,7 +13,7 @@ "info": { "productName": "Rolens", "companyName": "Romein van Buren", - "productVersion": "0.2.0", + "productVersion": "0.2.1", "comments": "The intuitive MongoDB administration tool", "copyright": "© Romein van Buren 2023 (GNU GPL 3.0)." },