Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.5.0 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed May 19, 2022
1 parent a7e0906 commit 9032a79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-resource-manager/#history

## [1.5.0](https://github.com/googleapis/python-resource-manager/compare/v1.4.1...v1.5.0) (2022-05-05)


### Features

* AuditConfig for IAM v1 ([8f4c7ff](https://github.com/googleapis/python-resource-manager/commit/8f4c7ffdb19ab14c47b8bdf3b421c1a7efdbbc36))


### Bug Fixes

* **deps:** require grpc-google-iam-v1 >=0.12.4 ([8f4c7ff](https://github.com/googleapis/python-resource-manager/commit/8f4c7ffdb19ab14c47b8bdf3b421c1a7efdbbc36))
* don't package tests ([#193](https://github.com/googleapis/python-resource-manager/issues/193)) ([be8ecab](https://github.com/googleapis/python-resource-manager/commit/be8ecab98554b00567659b94adb912336f6cc943))


### Documentation

* fix type in docstring for map fields ([8f4c7ff](https://github.com/googleapis/python-resource-manager/commit/8f4c7ffdb19ab14c47b8bdf3b421c1a7efdbbc36))

### [1.4.1](https://github.com/googleapis/python-resource-manager/compare/v1.4.0...v1.4.1) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Package metadata.
name = "google-cloud-resource-manager"
description = "Google Cloud Resource Manager API client library"
version = "1.4.1"
version = "1.5.0"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-resource-manager"
dependencies = [
Expand Down

0 comments on commit 9032a79

Please sign in to comment.