Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit f6d7780

Browse files
chore(main): release 1.8.1 (#209)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bdc415b commit f6d7780

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.8.1](https://github.com/googleapis/python-functions/compare/v1.8.0...v1.8.1) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#207](https://github.com/googleapis/python-functions/issues/207)) ([bdc415b](https://github.com/googleapis/python-functions/commit/bdc415b435de8de9072e136cee7d27e9cd802d2c))
9+
* **deps:** require proto-plus >= 1.22.0 ([bdc415b](https://github.com/googleapis/python-functions/commit/bdc415b435de8de9072e136cee7d27e9cd802d2c))
10+
311
## [1.8.0](https://github.com/googleapis/python-functions/compare/v1.7.0...v1.8.0) (2022-07-14)
412

513

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "1.8.0"
23+
version = "1.8.1"
2424

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

0 commit comments

Comments
 (0)