diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe31b23..605befd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.2](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.1...v0.5.2) (2026-08-06) + + +### Bug Fixes + +* convert snake case filters to camel case for backwards compatibility ([03ac2dd](https://github.com/PrivateAIM/hub-python-client/commit/03ac2ddc5ed7da39d2c3a4b6b03f4eddf460b9e3)) +* **test:** remove xfail from working tests ([ab40a96](https://github.com/PrivateAIM/hub-python-client/commit/ab40a9645a328ee5ac8e1f9950d72da7b4ccb631)) + ## [0.5.1](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.0...v0.5.1) (2026-08-03) diff --git a/pyproject.toml b/pyproject.toml index 5d72f2f..d714b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.5.1" +version = "0.5.2" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },