diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 773324af..1775677b 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,7 @@ # 📝 Changes * [unreleased](unreleased.md) +* [0.9.0](changes_0.9.0.md) * [0.8.0](changes_0.8.0.md) * [0.7.0](changes_0.7.0.md) * [0.6.0](changes_0.6.0.md) @@ -15,6 +16,7 @@ hidden: --- unreleased +changes_0.9.0 changes_0.8.0 changes_0.7.0 changes_0.6.0 diff --git a/doc/changes/changes_0.9.0.md b/doc/changes/changes_0.9.0.md new file mode 100644 index 00000000..36731ad9 --- /dev/null +++ b/doc/changes/changes_0.9.0.md @@ -0,0 +1,15 @@ +# BucketFs Python 0.9.0, released 2024-02-16 + +## Feature +- Added support for configuring `SSL/TLS` validation + +## Documentation +- Added overview of bucketfs system +- Fixed typos in examples + +## Dependencies +- [#60](https://github.com/exasol/bucketfs-python/issues/60): Updated typeguard to 4.0.0 + +## Internal +- Updated lockfile +- Pin python-toolbox version in GitHub workflows diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index f458b6ac..79e701b8 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -1,15 +1 @@ # Unreleased - -## Feature -- Added support for configuring `SSL/TLS` validation - -## Documentation -- Added overview of bucketfs system -- Fixed typos in examples - -## Dependencies -- [#60](https://github.com/exasol/bucketfs-python/issues/60): Updated typeguard to 4.0.0 - -## Internal -- Updated lockfile -- Pin python-toolbox version in GitHub workflows