Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 9e6c15d

Browse files
chore: release 0.3.0 (#49)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b840980 commit 9e6c15d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.3.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.2.2...v0.3.0) (2021-06-30)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#48](https://www.github.com/googleapis/python-binary-authorization/issues/48)) ([63a3c9a](https://www.github.com/googleapis/python-binary-authorization/commit/63a3c9a8f8c9ab97436882adc7658260aa66df9d))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([#52](https://www.github.com/googleapis/python-binary-authorization/issues/52)) ([b840980](https://www.github.com/googleapis/python-binary-authorization/commit/b84098014328d14531caafe30585a5bd55c216f4))
14+
15+
16+
### Documentation
17+
18+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-binary-authorization/issues/1127)) ([#43](https://www.github.com/googleapis/python-binary-authorization/issues/43)) ([726d589](https://www.github.com/googleapis/python-binary-authorization/commit/726d58920de4e97a70cbbe1fd88ac427224ba1ea)), closes [#1126](https://www.github.com/googleapis/python-binary-authorization/issues/1126)
19+
320
### [0.2.2](https://www.github.com/googleapis/python-binary-authorization/compare/v0.2.1...v0.2.2) (2021-06-16)
421

522

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.2.2"
23+
version = "0.3.0"
2424

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

0 commit comments

Comments
 (0)