Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-os-config/CHANGELOG.md

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

3+
## [1.3.0](https://www.github.com/googleapis/python-os-config/compare/v1.2.0...v1.3.0) (2021-07-14)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#88](https://www.github.com/googleapis/python-os-config/issues/88)) ([abb4837](https://www.github.com/googleapis/python-os-config/commit/abb48378d71deab058958c3b3b1efff5c253c99e))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([#92](https://www.github.com/googleapis/python-os-config/issues/92)) ([5d8a4bb](https://www.github.com/googleapis/python-os-config/commit/5d8a4bb9ef477f8fd81344fbd02631ac31660169))
14+
15+
16+
### Documentation
17+
18+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-os-config/issues/1127)) ([#83](https://www.github.com/googleapis/python-os-config/issues/83)) ([b9fc494](https://www.github.com/googleapis/python-os-config/commit/b9fc4948a320fcf6a7154a2c7a1476cc78736c4d))
19+
320
## [1.2.0](https://www.github.com/googleapis/python-os-config/compare/v1.1.0...v1.2.0) (2021-06-09)
421

522

packages/google-cloud-os-config/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
name = "google-cloud-os-config"
2626
description = "Google Cloud OS Config API client library"
27-
version = "1.2.0"
27+
version = "1.3.0"
2828
# Should be one of:
2929
# 'Development Status :: 3 - Alpha'
3030
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)