diff --git a/Jellyfin.Plugin.SmartPlaylist/build.yaml b/Jellyfin.Plugin.SmartPlaylist/build.yaml
index 9f04190..5c68fc7 100644
--- a/Jellyfin.Plugin.SmartPlaylist/build.yaml
+++ b/Jellyfin.Plugin.SmartPlaylist/build.yaml
@@ -14,8 +14,9 @@ artifacts:
- jellyfin-smart-playlist.dll
- YamlDotNet.dll
changelog: |
- ## v0.5.2.0
- - bump Jellyfin ABI version to 10.10.5
+ ## v0.5.3.0
+ - bump Jellyfin ABI version to 10.10.6
+ - bump yamldotnet to 16.3.0
**Fixes**:
- - the config pages will always load, not only the first time
+ - qsort doesn't loop endlessly with duplicate values in import anymore
diff --git a/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj b/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj
index 79ed5ff..fb325a4 100644
--- a/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj
+++ b/Jellyfin.Plugin.SmartPlaylist/jellyfin-smart-playlist.csproj
@@ -5,7 +5,7 @@
Jellyfin.Plugin.SmartPlaylist
enable
enable
- 0.5.2.0
+ 0.5.3.0
diff --git a/README.md b/README.md
index 1bc4e66..161eb7a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Smart playlists with Lisp filter engine.
This readme contains instructions for the most recent changes in
the development branch (`main`). To view the file appropriate
for your version select the tag corresponding to your version.
-The latest version is [v0.5.2.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.5.2.0).
+The latest version is [v0.5.3.0](https://gitea.redxef.at/redxef/jellyfin-smart-playlist/src/tag/v0.5.3.0).
