diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f0ae219..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.5" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cecd5f1..2b5ead2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.6.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.5...v0.6.0) (2026-09-08) + + +### ⚠ BREAKING CHANGES + +* The `Client` model changed. + +### Features + +* hub v0.15.0 ([#137](https://github.com/PrivateAIM/hub-python-client/issues/137)) ([88398ee](https://github.com/PrivateAIM/hub-python-client/commit/88398ee6049b83acb6110eba16a03590b7c80d8b)) + ## [0.5.5](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.4...v0.5.5) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index 9ca4a0f..ef246ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.5.5" +version = "0.6.0" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },