diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ef936..cc7f84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.2...v0.4.3) (2026-06-23) + + +### Documentation + +* update encryption examples for central docs site ([#79](https://github.com/s2-streamstore/s2-sdk-python/issues/79)) ([973f6b7](https://github.com/s2-streamstore/s2-sdk-python/commit/973f6b7a242475fa4300b7b01cd03c8b4384cdab)) + ## [0.4.2](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.1...v0.4.2) (2026-06-13) diff --git a/docs/source/conf.py b/docs/source/conf.py index d999240..6dc5477 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "s2-sdk" copyright = f"{date.today().year}, Bandar Systems Inc" -release = "0.4.2" # x-release-please-version +release = "0.4.3" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 281099b..27d1274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "s2-sdk" -version = "0.4.2" +version = "0.4.3" description = "Python SDK for s2.dev" readme = "README.md" license = "MIT"