diff --git a/CHANGELOG.md b/CHANGELOG.md index 5064b6d9..ea575016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.10](https://github.com/cpcloud/protoletariat/compare/3.2.9...3.2.10) (2023-06-16) + + +### Bug Fixes + +* **deps:** update dependency protobuf to v4.23.3 ([12a36c0](https://github.com/cpcloud/protoletariat/commit/12a36c02b6093e582f2a89084d1da1734061654f)) + ## [3.2.9](https://github.com/cpcloud/protoletariat/compare/3.2.8...3.2.9) (2023-05-27) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 739c2d1e..931be745 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.9" +__version__ = "3.2.10" diff --git a/pyproject.toml b/pyproject.toml index ff7657ce..6cc0cb8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.9" +version = "3.2.10" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"