Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

chore: release 0.6.0 #70

Merged
merged 1 commit into from Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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__))

Expand Down