diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a38e45c..dd8488df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.18](https://github.com/cpcloud/protoletariat/compare/3.2.17...3.2.18) (2023-08-18) + + +### Bug Fixes + +* **deps:** update dependency protobuf to v4.24.1 ([9181200](https://github.com/cpcloud/protoletariat/commit/91812007918bc704c3ab5c1e7423962692e8efd5)) + ## [3.2.17](https://github.com/cpcloud/protoletariat/compare/3.2.16...3.2.17) (2023-08-17) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index c98f21d0..bf298b63 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.17" +__version__ = "3.2.18" diff --git a/pyproject.toml b/pyproject.toml index 8e723e2f..9d39a9e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.17" +version = "3.2.18" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"