From d35fa7482181ad7bc2e2e48a22432c57055af829 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 13:38:34 +0000 Subject: [PATCH] chore: release 0.6.0 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5aae2..36ee128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.6.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.5.0...v0.6.0) (2021-08-25) + + +### Features + +* Add hub.routing_vpcs field ([3fd21d4](https://www.github.com/googleapis/python-network-connectivity/commit/3fd21d487df645e7b0ac1efc6a32c8b19ac5fb19)) + + +### Bug Fixes + +* Remove ActivateSpoke and DeactivateSpoke methods ([#69](https://www.github.com/googleapis/python-network-connectivity/issues/69)) ([3fd21d4](https://www.github.com/googleapis/python-network-connectivity/commit/3fd21d487df645e7b0ac1efc6a32c8b19ac5fb19)) + + +### Documentation + +* Specify that site_to_site_data_transfer field must be set to true ([3fd21d4](https://www.github.com/googleapis/python-network-connectivity/commit/3fd21d487df645e7b0ac1efc6a32c8b19ac5fb19)) + ## [0.5.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.4.0...v0.5.0) (2021-07-28) diff --git a/setup.py b/setup.py index d9a0df9..9fc4f71 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.0" +version = "0.6.0" package_root = os.path.abspath(os.path.dirname(__file__))