Skip to content

Commit f39b74a

Browse files
chore: release 0.1.1 (#30)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8251f83 commit f39b74a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-audit-log/CHANGELOG.md

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

3+
### [0.1.1](https://www.github.com/googleapis/python-audit-log/compare/v0.1.0...v0.1.1) (2021-08-31)
4+
5+
6+
### Bug Fixes
7+
8+
* remove deprecated call to Descriptor() ([#29](https://www.github.com/googleapis/python-audit-log/issues/29)) ([26f15be](https://www.github.com/googleapis/python-audit-log/commit/26f15be30432e61a6555c2cfe6643a83bf60def0))
9+
310
## 0.1.0 (2020-07-30)
411

512

packages/google-cloud-audit-log/setup.py

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

2121
name = "google-cloud-audit-log"
2222
description = "Google Cloud Audit Protos"
23-
version = "0.1.0"
23+
version = "0.1.1"
2424
release_status = "Development Status :: 4 - Beta"
2525
dependencies = ["protobuf >= 3.6.0", "googleapis-common-protos >= 1.52.0"]
2626

0 commit comments

Comments
 (0)