diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7298f8..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.3" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c12d16a..19a193a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.3.0](https://github.com/googleapis/python-essential-contacts/compare/v1.2.3...v1.3.0) (2022-12-15) + + +### Features + +* Add support for `google.cloud.essential_contacts.__version__` ([c0944f7](https://github.com/googleapis/python-essential-contacts/commit/c0944f7dcaf602caec054993037579465c88a97f)) +* Add typing to proto.Message based class attributes ([c0944f7](https://github.com/googleapis/python-essential-contacts/commit/c0944f7dcaf602caec054993037579465c88a97f)) + + +### Bug Fixes + +* Add dict typing for client_options ([c0944f7](https://github.com/googleapis/python-essential-contacts/commit/c0944f7dcaf602caec054993037579465c88a97f)) +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([6db782b](https://github.com/googleapis/python-essential-contacts/commit/6db782b46285fee632b227e4870c426e9b39e38d)) +* Drop usage of pkg_resources ([6db782b](https://github.com/googleapis/python-essential-contacts/commit/6db782b46285fee632b227e4870c426e9b39e38d)) +* Fix timeout default values ([6db782b](https://github.com/googleapis/python-essential-contacts/commit/6db782b46285fee632b227e4870c426e9b39e38d)) + + +### Documentation + +* **samples:** Snippetgen handling of repeated enum field ([c0944f7](https://github.com/googleapis/python-essential-contacts/commit/c0944f7dcaf602caec054993037579465c88a97f)) +* **samples:** Snippetgen should call await on the operation coroutine before calling result ([6db782b](https://github.com/googleapis/python-essential-contacts/commit/6db782b46285fee632b227e4870c426e9b39e38d)) + ## [1.2.3](https://github.com/googleapis/python-essential-contacts/compare/v1.2.2...v1.2.3) (2022-10-07) diff --git a/google/cloud/essential_contacts/gapic_version.py b/google/cloud/essential_contacts/gapic_version.py index d92b8a9..e4a285c 100644 --- a/google/cloud/essential_contacts/gapic_version.py +++ b/google/cloud/essential_contacts/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.2.3" # {x-release-please-version} +__version__ = "1.3.0" # {x-release-please-version} diff --git a/google/cloud/essential_contacts_v1/gapic_version.py b/google/cloud/essential_contacts_v1/gapic_version.py index d92b8a9..e4a285c 100644 --- a/google/cloud/essential_contacts_v1/gapic_version.py +++ b/google/cloud/essential_contacts_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.2.3" # {x-release-please-version} +__version__ = "1.3.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.essentialcontacts.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.essentialcontacts.v1.json index 489bc82..ef04a24 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.essentialcontacts.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.essentialcontacts.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-essential-contacts", - "version": "0.1.0" + "version": "1.3.0" }, "snippets": [ {