Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 68ea958

Browse files
chore(main): release 0.2.4 (#68)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e337e78 commit 68ea958

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/googleapis/python-audit-log/compare/v0.2.3...v0.2.4) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#67](https://github.com/googleapis/python-audit-log/issues/67)) ([e337e78](https://github.com/googleapis/python-audit-log/commit/e337e781951dea0fbbb6ef9c4ff9896fa3fce86a))
9+
310
## [0.2.3](https://github.com/googleapis/python-audit-log/compare/v0.2.2...v0.2.3) (2022-07-16)
411

512

setup.py

+1-1
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.2.3"
23+
version = "0.2.4"
2424
release_status = "Development Status :: 4 - Beta"
2525
dependencies = [
2626
"protobuf >= 3.6.0, <5.0.0dev",

0 commit comments

Comments
 (0)