diff --git a/CHANGELOG.md b/CHANGELOG.md index 406ba9290c..871f4b8996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.2](https://github.com/googleapis/python-spanner-django/compare/v3.0.1...v3.0.2) (2022-08-08) + + +### Bug Fixes + +* override AutoField default value only for Spanner ([#780](https://github.com/googleapis/python-spanner-django/issues/780)) ([3bf2c77](https://github.com/googleapis/python-spanner-django/commit/3bf2c77bddf0ea1886ce096e2bd97f34afd5eb7f)) + + +### Documentation + +* Add limitations docs on spanner features not supported by spanner-django library. ([#758](https://github.com/googleapis/python-spanner-django/issues/758)) ([66469bf](https://github.com/googleapis/python-spanner-django/commit/66469bf72dd57555d6729f8863d7d401b7f6613e)) + ### [3.0.1](https://github.com/googleapis/python-spanner-django/compare/v3.0.0...v3.0.1) (2022-02-07) diff --git a/version.py b/version.py index 20941a8dd6..0a15890711 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.1" +__version__ = "3.0.2"