diff --git a/CHANGELOG.md b/CHANGELOG.md index 58722ca0..01133dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +## [2.2.0](https://github.com/googleapis/python-ndb/compare/v2.1.1...v2.2.0) (2023-07-26) + + +### Features + +* Named db support ([#882](https://github.com/googleapis/python-ndb/issues/882)) ([f5713b0](https://github.com/googleapis/python-ndb/commit/f5713b0e36e54ef69e9fa7e99975f32870832f65)) + + +### Documentation + +* **query:** Fix Py2-style print statements ([#878](https://github.com/googleapis/python-ndb/issues/878)) ([a3a181a](https://github.com/googleapis/python-ndb/commit/a3a181a427cc292882691d963b30bc78c05c6592)) + ## [2.1.1](https://github.com/googleapis/python-ndb/compare/v2.1.0...v2.1.1) (2023-02-28) diff --git a/setup.py b/setup.py index 1b8dbe73..7590ee75 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def main(): setuptools.setup( name="google-cloud-ndb", - version = "2.1.1", + version = "2.2.0", description="NDB library for Google Cloud Datastore", long_description=readme, long_description_content_type="text/markdown",