From e2bf8b1696c5f313db13170cf39157773c94182a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:35:43 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fe54d..c18244b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.3.0...v0.4.0) (2026-07-27) + + +### Features + +* update to hub v0.12.5 ([#124](https://github.com/PrivateAIM/hub-python-client/issues/124)) ([22f93a6](https://github.com/PrivateAIM/hub-python-client/commit/22f93a60a078da1fbc8da356f6270991af3b5c33)) + ## [0.3.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.2.16...v0.3.0) (2026-07-23) diff --git a/pyproject.toml b/pyproject.toml index 50fec17..43ce549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.3.0" +version = "0.4.0" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },