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

Commit 0fc503a

Browse files
chore(main): release 1.0.5 (#123)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a4abb03 commit 0fc503a

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.5](https://github.com/googleapis/python-iam-logging/compare/v1.0.4...v1.0.5) (2022-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Require protobuf >= 3.20.2 ([#122](https://github.com/googleapis/python-iam-logging/issues/122)) ([a4abb03](https://github.com/googleapis/python-iam-logging/commit/a4abb035ef001bc55875c11078ae1ee2d0468f21))
9+
310
## [1.0.4](https://github.com/googleapis/python-iam-logging/compare/v1.0.3...v1.0.4) (2022-08-12)
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.4"
21+
version = "1.0.5"
2222

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

0 commit comments

Comments
 (0)