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

Commit

Permalink
chore(main): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 4, 2022
1 parent 57614ee commit 3e5230e
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
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/googleapis/python-workflows/compare/v1.5.0...v1.6.0) (2022-02-04)


### Features

* add api key support ([#127](https://github.com/googleapis/python-workflows/issues/127)) ([9db415f](https://github.com/googleapis/python-workflows/commit/9db415fdcc3ac7372e07b060a06751d0c8804ba8))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([57614ee](https://github.com/googleapis/python-workflows/commit/57614eeac59b09bcbbb8bdf50369934c73802ae3))

## [1.5.0](https://www.github.com/googleapis/python-workflows/compare/v1.4.1...v1.5.0) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "1.6.0"

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

Expand Down

0 comments on commit 3e5230e

Please sign in to comment.