Skip to content

Commit

Permalink
chore: release 0.3.0 (#49)
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 Jul 1, 2021
1 parent ac4a045 commit c93a998
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-binary-authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://github.com/googleapis/python-binary-authorization/compare/v0.2.2...v0.3.0) (2021-06-30)


### Features

* add always_use_jwt_access ([#48](https://github.com/googleapis/python-binary-authorization/issues/48)) ([63a3c9a](https://github.com/googleapis/python-binary-authorization/commit/63a3c9a8f8c9ab97436882adc7658260aa66df9d))


### Bug Fixes

* disable always_use_jwt_access ([#52](https://github.com/googleapis/python-binary-authorization/issues/52)) ([b840980](https://github.com/googleapis/python-binary-authorization/commit/b84098014328d14531caafe30585a5bd55c216f4))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-binary-authorization/issues/1127)) ([#43](https://github.com/googleapis/python-binary-authorization/issues/43)) ([726d589](https://github.com/googleapis/python-binary-authorization/commit/726d58920de4e97a70cbbe1fd88ac427224ba1ea)), closes [#1126](https://github.com/googleapis/python-binary-authorization/issues/1126)

### [0.2.2](https://github.com/googleapis/python-binary-authorization/compare/v0.2.1...v0.2.2) (2021-06-16)


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

import setuptools # type: ignore

version = "0.2.2"
version = "0.3.0"

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

Expand Down

0 comments on commit c93a998

Please sign in to comment.