Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#104)
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 23, 2022
1 parent 705fb47 commit 34f4f9c
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-domains/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-domains/compare/v1.0.0...v1.1.0) (2022-02-11)


### Features

* add api key support ([#103](https://github.com/googleapis/python-domains/issues/103)) ([2494a6f](https://github.com/googleapis/python-domains/commit/2494a6f379c911ecdddf1298abfb5ad7863906f1))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([b0b1620](https://github.com/googleapis/python-domains/commit/b0b1620f6b464688cde4a4586c8b4e939d34839a))

## [1.0.0](https://www.github.com/googleapis/python-domains/compare/v0.4.1...v1.0.0) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-domains/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.1.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 34f4f9c

Please sign in to comment.