From 057cbda7da8006b0fda45da8b02eaec1f4099cc1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:01:53 +0000 Subject: [PATCH] chore(main): release 0.36.0 --- CHANGELOG.md | 8 ++++++++ google/cloud/dns/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b78c9..0e81c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-dns/#history +## [0.36.0](https://github.com/googleapis/python-dns/compare/v0.35.1...v0.36.0) (2025-11-05) + + +### Features + +* Add support for Python 3.14 ([#321](https://github.com/googleapis/python-dns/issues/321)) ([99c0adb](https://github.com/googleapis/python-dns/commit/99c0adbab00cf1c701e1d3679fb4d08bbec910a0)) +* Adds Python 3.13 support ([#319](https://github.com/googleapis/python-dns/issues/319)) ([ea851ce](https://github.com/googleapis/python-dns/commit/ea851ce2dc3de20077cc52438e87d7202b383efd)) + ## [0.35.1](https://github.com/googleapis/python-dns/compare/v0.35.0...v0.35.1) (2025-04-25) diff --git a/google/cloud/dns/version.py b/google/cloud/dns/version.py index e46ac36..d24b9c9 100644 --- a/google/cloud/dns/version.py +++ b/google/cloud/dns/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.35.1" +__version__ = "0.36.0"