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

Commit 9cc0914

Browse files
chore(main): release 1.10.0 (#159)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fbf55b5 commit 9cc0914

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/googleapis/python-os-config/compare/v1.9.0...v1.10.0) (2022-02-08)
4+
5+
6+
### Features
7+
8+
* add ability to change the state of a patch deployment ([#163](https://github.com/googleapis/python-os-config/issues/163)) ([fbf55b5](https://github.com/googleapis/python-os-config/commit/fbf55b5abbe63d946d9fea4a335a9edd5495ad86))
9+
* add api key support ([#158](https://github.com/googleapis/python-os-config/issues/158)) ([4de2275](https://github.com/googleapis/python-os-config/commit/4de22754f2d45bfce7c20b97f0a6a6a2f30b7a97))
10+
11+
12+
### Bug Fixes
13+
14+
* resolve DuplicateCredentialArgs error when using credentials_file ([e7f8549](https://github.com/googleapis/python-os-config/commit/e7f854968db11231c3f5a8d4469e66a9cfc196e3))
15+
16+
17+
### Documentation
18+
19+
* add autogenerated code snippets ([fbf55b5](https://github.com/googleapis/python-os-config/commit/fbf55b5abbe63d946d9fea4a335a9edd5495ad86))
20+
321
## [1.9.0](https://www.github.com/googleapis/python-os-config/compare/v1.8.0...v1.9.0) (2021-11-11)
422

523

setup.py

Lines changed: 1 addition & 1 deletion
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.9.0"
27+
version = "1.10.0"
2828
# Should be one of:
2929
# 'Development Status :: 3 - Alpha'
3030
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)