diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c6605e33..6beff29ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/googleapis/python-spanner-django/compare/v3.0.2...v3.1.0) (2024-04-23) + + +### Features + +* Add support for named schema ([#858](https://github.com/googleapis/python-spanner-django/issues/858)) + + +### Bug Fixes + +* Fixing test_clearsessions_unsupported test ([#863](https://github.com/googleapis/python-spanner-django/issues/863)) + ## [3.0.2](https://github.com/googleapis/python-spanner-django/compare/v3.0.1...v3.0.2) (2022-08-08) diff --git a/version.py b/version.py index 0a15890711..d814134281 100644 --- a/version.py +++ b/version.py @@ -4,4 +4,4 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd -__version__ = "3.0.2" +__version__ = "3.1.0"