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.4.0 (#155)
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>
  • Loading branch information
release-please[bot] committed Feb 28, 2022
1 parent 97fb264 commit 56fdc4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [1.4.0](https://github.com/googleapis/python-resource-manager/compare/v1.3.3...v1.4.0) (2022-02-26)


### Features

* add api key support ([#154](https://github.com/googleapis/python-resource-manager/issues/154)) ([6d8c5bd](https://github.com/googleapis/python-resource-manager/commit/6d8c5bd867af5cfd6939373388769b57203a1138))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([e335369](https://github.com/googleapis/python-resource-manager/commit/e3353691b9c066a52b451c97438b389589760724))

### [1.3.3](https://www.github.com/googleapis/python-resource-manager/compare/v1.3.2...v1.3.3) (2021-11-13)


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

0 comments on commit 56fdc4a

Please sign in to comment.