Skip to content

Commit c769b60

Browse files
chore(main): release 1.0.1 (#69)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 979166d commit c769b60

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-iam-logging/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.1](https://github.com/googleapis/python-iam-logging/compare/v1.0.0...v1.0.1) (2022-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#68](https://github.com/googleapis/python-iam-logging/issues/68)) ([51abe5a](https://github.com/googleapis/python-iam-logging/commit/51abe5ad0f4d63a1bfe6720a96b73bbf2897f298))
9+
310
## [1.0.0](https://www.github.com/googleapis/python-iam-logging/compare/v0.2.0...v1.0.0) (2021-10-25)
411

512

packages/google-cloud-iam-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import setuptools # type: ignore
1919

20-
version = "1.0.0"
20+
version = "1.0.1"
2121

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

0 commit comments

Comments
 (0)