From c0de1a550b97fce1b7e60693d0ba334306b65aac Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Thu, 6 Mar 2025 17:09:50 +0000 Subject: [PATCH] fix!: Fixed wrong version bump Prior version should have been 1.0 but seems it should be !: not just ! --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e84cc..80aeafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 1.0: Final Polish (06.03.25) +## 1.0.0: Fix version bump +- Version was not bumped correctly + +## 0.15.1: Final Polish (06.03.25) - Fixed a bug where the GPS field being empty but selected caused issues. - EXIF insertion is now canceled if any image in the folder does not end with a number. - Minor GUI adjustments for a more polished experience.