diff --git a/CHANGELOG.md b/CHANGELOG.md index 149297a..2828918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.33.1](https://github.com/googleapis/python-runtimeconfig/compare/v0.33.0...v0.33.1) (2022-06-06) + + +### Documentation + +* fix changelog header to consistent size ([#147](https://github.com/googleapis/python-runtimeconfig/issues/147)) ([30b2d90](https://github.com/googleapis/python-runtimeconfig/commit/30b2d90c329690999845f2649f9debee556f75f1)) + ## [0.33.0](https://www.github.com/googleapis/python-runtimeconfig/compare/v0.32.6...v0.33.0) (2021-10-08) diff --git a/setup.py b/setup.py index 8d60a03..c66756b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-runtimeconfig" description = "Google Cloud RuntimeConfig API client library" -version = "0.33.0" +version = "0.33.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'