From afb5e2f0239be693a89d15c9d52a2711f36ae1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Smekta=C5=82a?= Date: Wed, 11 Mar 2026 23:02:46 +0100 Subject: [PATCH] chore(main): release 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09466bf..19de210 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bff3562..d293cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.7.1](https://github.com/smekcio/ksef-client-python/compare/v0.7.0...v0.7.1) (2026-03-11) + + +### Documentation + +* align SDK docs and CLI tests with KSeF API 2.2.1 ([47e4bdd](https://github.com/smekcio/ksef-client-python/commit/47e4bdd94f015c093ce94bab81d510b890c46086)) +* align SDK docs and CLI tests with KSeF API 2.2.1 ([04e9846](https://github.com/smekcio/ksef-client-python/commit/04e98468685e001b42841659895bf6a32e9636e4)) +* trim redundant 2.2.1 notes ([f9554c9](https://github.com/smekcio/ksef-client-python/commit/f9554c979808a4de41218f6a48554aabcc08238e)) + ## [0.7.0](https://github.com/smekcio/ksef-client-python/compare/v0.6.0...v0.7.0) (2026-03-03) diff --git a/pyproject.toml b/pyproject.toml index 308b3e7..5fccd21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ksef-client" -version = "0.7.0" +version = "0.7.1" description = "Client SDK for KSeF API v2" readme = "README.md" requires-python = ">=3.10"