Skip to content

Commit fb02918

Browse files

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-apigee-connect/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/googleapis/python-apigee-connect/compare/v0.1.0...v0.2.0) (2021-07-14)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#11](https://www.github.com/googleapis/python-apigee-connect/issues/11)) ([bdd0f21](https://www.github.com/googleapis/python-apigee-connect/commit/bdd0f2109e34d100c285ab355f302326816f24c8))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([f4cff83](https://www.github.com/googleapis/python-apigee-connect/commit/f4cff83baf1865477139bd14b02a12e47505150d))
14+
* disable always_use_jwt_access ([#15](https://www.github.com/googleapis/python-apigee-connect/issues/15)) ([f4cff83](https://www.github.com/googleapis/python-apigee-connect/commit/f4cff83baf1865477139bd14b02a12e47505150d))
15+
16+
17+
### Documentation
18+
19+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-apigee-connect/issues/1127)) ([#6](https://www.github.com/googleapis/python-apigee-connect/issues/6)) ([a465d9a](https://www.github.com/googleapis/python-apigee-connect/commit/a465d9a37f4738f0f16e89b4c26a74366c0834fb)), closes [#1126](https://www.github.com/googleapis/python-apigee-connect/issues/1126)
20+
321
## 0.1.0 (2021-06-13)
422

523

packages/google-cloud-apigee-connect/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-apigee-connect"
2424
description = "Apigee Connect API client library"
25-
version = "0.1.0"
25+
version = "0.2.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
url = "https://github.com/googleapis/python-apigee-connect"
2828
dependencies = [

0 commit comments

Comments
 (0)