diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d83c5e..89af9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.5.0](https://github.com/alecigne/deezer-datasync/tree/v0.5.0) - 2024-07-30 + +Do not create empty commits + ## [v0.4.3](https://github.com/alecigne/deezer-datasync/tree/v0.4.3) - 2024-07-20 Update dependencies. Made the switch to Maven Failsafe 3 (and consequently, Maven Surefire 3) by diff --git a/pom.xml b/pom.xml index 58f164a..32d42d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.lecigne deezer-datasync - 0.5.0-SNAPSHOT + 0.5.0 17