Skip to content

Commit

Permalink
chore(main): release 0.8.2 (googleapis#193)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 7, 2022
1 parent 1f7ff8c commit 78168cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.2](https://github.com/googleapis/python-media-translation/compare/v0.8.1...v0.8.2) (2022-06-06)


### Bug Fixes

* **deps:** require protobuf <4.0.0dev ([#192](https://github.com/googleapis/python-media-translation/issues/192)) ([897aeaf](https://github.com/googleapis/python-media-translation/commit/897aeaf33e067499d8e9e2460a7558254cf92959))


### Documentation

* fix changelog header to consistent size ([#191](https://github.com/googleapis/python-media-translation/issues/191)) ([0671443](https://github.com/googleapis/python-media-translation/commit/0671443d4a8d0337318ff13a075b63e6705ac00f))

## [0.8.1](https://github.com/googleapis/python-media-translation/compare/v0.8.0...v0.8.1) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import setuptools # type: ignore

version = "0.8.1"
version = "0.8.2"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 78168cb

Please sign in to comment.