diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19de210..2249d23 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.7.1" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d293cd2..7684017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.0](https://github.com/smekcio/ksef-client-python/compare/v0.7.1...v0.8.0) (2026-03-19) + + +### Features + +* **api:** align SDK with KSeF API 2.3.0 ([32484e8](https://github.com/smekcio/ksef-client-python/commit/32484e8ff502cc0c6b33310c6b657d42a778d153)) +* **api:** align SDK with KSeF API 2.3.0 ([a4561ab](https://github.com/smekcio/ksef-client-python/commit/a4561abb5f94c8c9c8b54de545d4fad0393c2a46)) + ## [0.7.1](https://github.com/smekcio/ksef-client-python/compare/v0.7.0...v0.7.1) (2026-03-11) diff --git a/pyproject.toml b/pyproject.toml index 5fccd21..54db054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ksef-client" -version = "0.7.1" +version = "0.8.0" description = "Client SDK for KSeF API v2" readme = "README.md" requires-python = ">=3.10"