Skip to content

Commit

Permalink
chore(main): release 1.10.0 (#159)
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 Feb 24, 2022
1 parent 3ff121a commit 6a2ad87
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/google-cloud-os-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.10.0](https://github.com/googleapis/python-os-config/compare/v1.9.0...v1.10.0) (2022-02-08)


### Features

* 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))
* add api key support ([#158](https://github.com/googleapis/python-os-config/issues/158)) ([4de2275](https://github.com/googleapis/python-os-config/commit/4de22754f2d45bfce7c20b97f0a6a6a2f30b7a97))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([e7f8549](https://github.com/googleapis/python-os-config/commit/e7f854968db11231c3f5a8d4469e66a9cfc196e3))


### Documentation

* add autogenerated code snippets ([fbf55b5](https://github.com/googleapis/python-os-config/commit/fbf55b5abbe63d946d9fea4a335a9edd5495ad86))

## [1.9.0](https://www.github.com/googleapis/python-os-config/compare/v1.8.0...v1.9.0) (2021-11-11)


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

name = "google-cloud-os-config"
description = "Google Cloud OS Config API client library"
version = "1.9.0"
version = "1.10.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 6a2ad87

Please sign in to comment.