diff --git a/.autover/changes/27ad7e46-2b02-4a45-aa84-7680e019ca91.json b/.autover/changes/27ad7e46-2b02-4a45-aa84-7680e019ca91.json
deleted file mode 100644
index 4a48548..0000000
--- a/.autover/changes/27ad7e46-2b02-4a45-aa84-7680e019ca91.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "AutoVer",
- "Type": "Patch",
- "ChangelogMessages": [
- "Fixed an issue when --use-version has the same version as the csproj and no version update is made. Previously, this would error out with a non-zero exit code."
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e52f91d..923586a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Release 2025-04-01
+
+### AutoVer (0.0.25)
+* Fixed an issue when --use-version has the same version as the csproj and no version update is made. Previously, this would error out with a non-zero exit code.
+
## Release 2024-10-24
### AutoVer (0.0.24)
diff --git a/src/AutoVer/AutoVer.csproj b/src/AutoVer/AutoVer.csproj
index 5da2192..e834b84 100644
--- a/src/AutoVer/AutoVer.csproj
+++ b/src/AutoVer/AutoVer.csproj
@@ -18,7 +18,7 @@
README.md
LICENSE
icon.png
- 0.0.24
+ 0.0.25