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

Commit 8288a82

Browse files
chore(main): release 1.0.6 (#125)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bd8b8ba commit 8288a82

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/googleapis/python-iam-logging/compare/v1.0.5...v1.0.6) (2022-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Allow protobuf 3.19.5 ([#124](https://github.com/googleapis/python-iam-logging/issues/124)) ([bd8b8ba](https://github.com/googleapis/python-iam-logging/commit/bd8b8ba593a873901c3aa5cfd213b617dad5857e))
9+
310
## [1.0.5](https://github.com/googleapis/python-iam-logging/compare/v1.0.4...v1.0.5) (2022-09-29)
411

512

setup.py

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

1919
import setuptools # type: ignore
2020

21-
version = "1.0.5"
21+
version = "1.0.6"
2222

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

0 commit comments

Comments
 (0)