From 75a368efd7c521b58fc8e252aec13591b9c2dbf0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:59:08 +0000 Subject: [PATCH] chore(main): release 3.1.0 (#881) * chore(main): release 3.1.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Ankit Agarwal <146331865+ankiaga@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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"