We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8204e9 commit 75a368eCopy full SHA for 75a368e
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [3.1.0](https://github.com/googleapis/python-spanner-django/compare/v3.0.2...v3.1.0) (2024-04-23)
4
+
5
6
+### Features
7
8
+* Add support for named schema ([#858](https://github.com/googleapis/python-spanner-django/issues/858))
9
10
11
+### Bug Fixes
12
13
+* Fixing test_clearsessions_unsupported test ([#863](https://github.com/googleapis/python-spanner-django/issues/863))
14
15
## [3.0.2](https://github.com/googleapis/python-spanner-django/compare/v3.0.1...v3.0.2) (2022-08-08)
16
17
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"
0 commit comments