From 3bca62426969d3ac08c6920dc2449cb5967b9d79 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:03:02 +0000 Subject: [PATCH] chore(main): release 2.3.4 --- CHANGELOG.md | 7 +++++++ google/cloud/ndb/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927bcf49..f1ca1702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-ndb/#history +## [2.3.4](https://github.com/googleapis/python-ndb/compare/v2.3.3...v2.3.4) (2025-06-11) + + +### Bug Fixes + +* Allow protobuf 6.x, allow redis 6.x ([#1013](https://github.com/googleapis/python-ndb/issues/1013)) ([b3684fe](https://github.com/googleapis/python-ndb/commit/b3684fe46c13b5d39deccc456f544b0f6f473d91)) + ## [2.3.3](https://github.com/googleapis/python-ndb/compare/v2.3.2...v2.3.3) (2025-05-09) diff --git a/google/cloud/ndb/version.py b/google/cloud/ndb/version.py index fcf3ff30..c6a8c90b 100644 --- a/google/cloud/ndb/version.py +++ b/google/cloud/ndb/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.3.3" +__version__ = "2.3.4"