Skip to content

Commit

Permalink
Merge branch 'main' into django-4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankiaga committed Apr 23, 2024
2 parents d18ab37 + 75a368e commit b8d450b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit b8d450b

Please sign in to comment.