diff --git a/CHANGELOG.md b/CHANGELOG.md index 480bcb61..2b48c9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [1.33.1](https://github.com/googleapis/python-api-core/compare/v1.33.0...v1.33.1) (2022-09-14) + + +### Bug Fixes + +* Improve transcoding error message ([#442](https://github.com/googleapis/python-api-core/issues/442)) ([#445](https://github.com/googleapis/python-api-core/issues/445)) ([d0352ca](https://github.com/googleapis/python-api-core/commit/d0352ca72ac6986130e7ac754f67aeb0ac758a5a)) + ## [1.33.0](https://github.com/googleapis/python-api-core/compare/v1.32.0...v1.33.0) (2022-09-06) diff --git a/google/api_core/version.py b/google/api_core/version.py index d4cd2b06..c0f09084 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.33.0" +__version__ = "1.33.1"