10BC0 chore(main): release 1.6.1 by release-please[bot] · Pull Request #160 · googleapis/python-eventarc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations < 10BC0 details-menu class="select-menu-modal position-absolute" style="z-index: 99;" id="conversations-menu" src="/googleapis/python-eventarc/pull/160/conversations_menu" preload>
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.1](https://github.com/googleapis/python-eventarc/compare/v1.6.0...v1.6.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#159](https://github.com/googleapis/python-eventarc/issues/159)) ([44962a0](https://github.com/googleapis/python-eventarc/commit/44962a03eba21e3445af42700f37e2063d9d9b95))
* **deps:** require proto-plus >= 1.22.0 ([44962a0](https://github.com/googleapis/python-eventarc/commit/44962a03eba21e3445af42700f37e2063d9d9b95))

## [1.6.0](https://github.com/googleapis/python-eventarc/compare/v1.5.1...v1.6.0) (2022-07-14)


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

name = "google-cloud-eventarc"
description = "Eventarc API client library"
version = "1.6.0"
version = "1.6.1"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-eventarc"
dependencies = [
Expand Down
0