Skip to content

Commit 75a368e

Browse files
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 <[email protected]>
1 parent e8204e9 commit 75a368e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [3.0.2](https://github.com/googleapis/python-spanner-django/compare/v3.0.1...v3.0.2) (2022-08-08)
416

517

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
__version__ = "3.0.2"
7+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)