Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#16)
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] authored Feb 28, 2022
1 parent 7d07bdd commit ab8fa15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-ids/compare/v1.0.0...v1.1.0) (2022-02-26)


### Features

* add api key support ([#15](https://github.com/googleapis/python-ids/issues/15)) ([8e562db](https://github.com/googleapis/python-ids/commit/8e562db176932dd9413e10ada79d8460b647a56f))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([31be484](https://github.com/googleapis/python-ids/commit/31be484920c0cedec5ede6e97e068b1b113f1ee4))

## [1.0.0](https://github.com/googleapis/python-ids/compare/v0.1.0...v1.0.0) (2022-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-ids"
description = "Cloud IDS API client library"
version = "1.0.0"
version = "1.1.0"
url = "https://github.com/googleapis/python-ids"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
Expand Down

0 comments on commit ab8fa15

Please sign in to comment.