diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa1780db..6102c85f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.10.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.0) - 2025-08-18 + + +### Removed + +- Drop Python 3.8 support. + +### Changed + +- Improved test helpers and fixtures and moved them to the public API. + + ## [2.9.4](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.9.4) - 2025-06-11 diff --git a/changelog.d/+python3.8.removed.md b/changelog.d/+python3.8.removed.md deleted file mode 100644 index a7f8cb54f..000000000 --- a/changelog.d/+python3.8.removed.md +++ /dev/null @@ -1 +0,0 @@ -Drop Python 3.8 support. \ No newline at end of file diff --git a/changelog.d/+test_helpers.changed.md b/changelog.d/+test_helpers.changed.md deleted file mode 100644 index bb386680d..000000000 --- a/changelog.d/+test_helpers.changed.md +++ /dev/null @@ -1 +0,0 @@ -Improved test helpers and fixtures and moved them to the public API. \ No newline at end of file