diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb18e556..50ea231d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.1" + ".": "2.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 191be484..948161d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-iot/#history +## [2.9.2](https://github.com/googleapis/python-iot/compare/v2.9.1...v2.9.2) (2023-07-04) + + +### Bug Fixes + +* Add async context manager return types ([#479](https://github.com/googleapis/python-iot/issues/479)) ([f4a64d8](https://github.com/googleapis/python-iot/commit/f4a64d808cf946afc994357dae003a850e38c43f)) + ## [2.9.1](https://github.com/googleapis/python-iot/compare/v2.9.0...v2.9.1) (2023-03-23) diff --git a/google/cloud/iot/gapic_version.py b/google/cloud/iot/gapic_version.py index 18081a7d..03a29818 100644 --- a/google/cloud/iot/gapic_version.py +++ b/google/cloud/iot/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.9.1" # {x-release-please-version} +__version__ = "2.9.2" # {x-release-please-version} diff --git a/google/cloud/iot_v1/gapic_version.py b/google/cloud/iot_v1/gapic_version.py index 18081a7d..03a29818 100644 --- a/google/cloud/iot_v1/gapic_version.py +++ b/google/cloud/iot_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.9.1" # {x-release-please-version} +__version__ = "2.9.2" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.iot.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.iot.v1.json index 017afae4..dc1f21a3 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.iot.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.iot.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-iot", - "version": "0.1.0" + "version": "2.9.2" }, "snippets": [ {