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.6.0 (#182)
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 24c97d6 commit b403ba2
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-recaptcha-enterprise/compare/v1.5.0...v1.6.0) (2022-02-28)


### Features

* add api key support ([#181](https://github.com/googleapis/python-recaptcha-enterprise/issues/181)) ([e9935ce](https://github.com/googleapis/python-recaptcha-enterprise/commit/e9935ce310b44d076e4590034b392f9681748f31))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([d5cc843](https://github.com/googleapis/python-recaptcha-enterprise/commit/d5cc843a1c6789c85751abe610b16fc6622029df))

## [1.5.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.4.1...v1.5.0) (2022-01-14)


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 b403ba2

Please sign in to comment.