Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed May 4, 2024
1 parent 4edd236 commit 9412ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.4.1](https://github.com/alecigne/deezer-datasync/tree/v0.4.1) - 2024-05-04

- Update dependencies
- Improve logging and code readability

## [v0.4.0](https://github.com/alecigne/deezer-datasync/tree/v0.4.0) - 2024-02-10

Change playlist filename format from `{id}.json` to `{id}_{title}.json`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.lecigne</groupId>
<artifactId>deezer-datasync</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 9412ff1

Please sign in to comment.