diff --git a/CHANGELOG.md b/CHANGELOG.md index 032a7095..f034661e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.2](https://github.com/cpcloud/protoletariat/compare/3.2.1...3.2.2) (2023-04-13) + + +### Bug Fixes + +* **deps:** update dependency protobuf to v4.22.3 ([bf55dad](https://github.com/cpcloud/protoletariat/commit/bf55dad1c63f8a6531cbc647a82209921ec6ed10)) + ## [3.2.1](https://github.com/cpcloud/protoletariat/compare/3.2.0...3.2.1) (2023-03-27) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index d5b2d65f..0584c86b 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.1" +__version__ = "3.2.2" diff --git a/pyproject.toml b/pyproject.toml index cb3d2a92..c57ea9f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.1" +version = "3.2.2" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"