diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4ce973..09466bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9398865..bff3562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.0](https://github.com/smekcio/ksef-client-python/compare/v0.6.0...v0.7.0) (2026-03-03) + + +### Features + +* **api:** align sdk with KSeF API 2.2.0 ([5aa70ca](https://github.com/smekcio/ksef-client-python/commit/5aa70ca9a127fb88588d993979f972b0ed317dd4)) +* **api:** align SDK with KSeF API 2.2.0 ([9583341](https://github.com/smekcio/ksef-client-python/commit/95833416ce778bd7488a249a66b289bd55134f38)) + ## [0.6.0](https://github.com/smekcio/ksef-client-python/compare/v0.5.0...v0.6.0) (2026-02-25) diff --git a/pyproject.toml b/pyproject.toml index a4fede6..308b3e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ksef-client" -version = "0.6.0" +version = "0.7.0" description = "Client SDK for KSeF API v2" readme = "README.md" requires-python = ">=3.10"