From cde30b14f00cd0f80283d38e2cf9870596160cbb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:01:27 +0000 Subject: [PATCH 1/3] chore: release 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d43ae0..a9aada7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-os-config/compare/v1.0.0...v1.2.0) (2021-06-09) + + +### Features + +* add v1alpha ([#80](https://www.github.com/googleapis/python-os-config/issues/80)) ([493ac75](https://www.github.com/googleapis/python-os-config/commit/493ac75a5fec0185fa15415fe4feffe0c36ca7e9)) + + +### Miscellaneous Chores + +* release as 1.2.0 ([#79](https://www.github.com/googleapis/python-os-config/issues/79)) ([c484cb6](https://www.github.com/googleapis/python-os-config/commit/c484cb69ecd2184a901898f5374fc8e72ba3ca33)) + ## [1.0.0](https://www.github.com/googleapis/python-os-config/compare/v1.1.0...v1.0.0) (2021-05-28) diff --git a/setup.py b/setup.py index f3165d4..8449670 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ name = "google-cloud-os-config" description = "Google Cloud OS Config API client library" -version = "1.0.0" +version = "1.2.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 62f65c65da2aee32b4c54d07901f2997ae75b78a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 9 Jun 2021 12:08:42 -0400 Subject: [PATCH 2/3] chore: Update Changelog to remove erroneous v1.0.0 --- CHANGELOG.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9aada7..eeaf834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,12 @@ # Changelog -## [1.2.0](https://www.github.com/googleapis/python-os-config/compare/v1.0.0...v1.2.0) (2021-06-09) +## [1.2.0](https://www.github.com/googleapis/python-os-config/compare/v1.1.0...v1.2.0) (2021-06-09) ### Features - -* add v1alpha ([#80](https://www.github.com/googleapis/python-os-config/issues/80)) ([493ac75](https://www.github.com/googleapis/python-os-config/commit/493ac75a5fec0185fa15415fe4feffe0c36ca7e9)) - - -### Miscellaneous Chores - -* release as 1.2.0 ([#79](https://www.github.com/googleapis/python-os-config/issues/79)) ([c484cb6](https://www.github.com/googleapis/python-os-config/commit/c484cb69ecd2184a901898f5374fc8e72ba3ca33)) - -## [1.0.0](https://www.github.com/googleapis/python-os-config/compare/v1.1.0...v1.0.0) (2021-05-28) - - -### Features - * release as GA ([#46](https://www.github.com/googleapis/python-os-config/issues/46)) ([d5aece9](https://www.github.com/googleapis/python-os-config/commit/d5aece996ff225dc747e7c59978576bfcb79a3d1)) * support self-signed JWT flow for service accounts ([6fbaf4b](https://www.github.com/googleapis/python-os-config/commit/6fbaf4bb16b0bb381edf13957b85297c1659a206)) +* add v1alpha ([#80](https://www.github.com/googleapis/python-os-config/issues/80)) ([493ac75](https://www.github.com/googleapis/python-os-config/commit/493ac75a5fec0185fa15415fe4feffe0c36ca7e9)) ### Bug Fixes From dbd4c4feb8db24bde49d55adcd0c31ec01deeb6a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 9 Jun 2021 12:09:53 -0400 Subject: [PATCH 3/3] chore: fix formatting in CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeaf834..00532b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Features + * release as GA ([#46](https://www.github.com/googleapis/python-os-config/issues/46)) ([d5aece9](https://www.github.com/googleapis/python-os-config/commit/d5aece996ff225dc747e7c59978576bfcb79a3d1)) * support self-signed JWT flow for service accounts ([6fbaf4b](https://www.github.com/googleapis/python-os-config/commit/6fbaf4bb16b0bb381edf13957b85297c1659a206)) * add v1alpha ([#80](https://www.github.com/googleapis/python-os-config/issues/80)) ([493ac75](https://www.github.com/googleapis/python-os-config/commit/493ac75a5fec0185fa15415fe4feffe0c36ca7e9))