diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9d5699..8d9c233 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.5.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 220711b..ef30dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.4](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.3...v0.5.4) (2026-08-10) + + +### Bug Fixes + +* transform property name in sort params to camel case ([1dbbcf0](https://github.com/PrivateAIM/hub-python-client/commit/1dbbcf0433480913f0c8dd1354ce2c164e1d707c)) + ## [0.5.3](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.2...v0.5.3) (2026-08-07) diff --git a/pyproject.toml b/pyproject.toml index 7f18118..ea3b9ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.5.3" +version = "0.5.4" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },