Skip to content

Commit ca63aa4

Browse files
chore(main): release 2.0.0 (#231)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent a854ef7 commit ca63aa4

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.1"
2+
".": "2.0.0"
33
}

packages/google-cloud-network-connectivity/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/googleapis/python-network-connectivity/compare/v1.6.1...v2.0.0) (2023-02-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove policy based routing API ([#228](https://github.com/googleapis/python-network-connectivity/issues/228))
9+
10+
### Bug Fixes
11+
12+
* Remove policy based routing API ([#228](https://github.com/googleapis/python-network-connectivity/issues/228)) ([03f9adb](https://github.com/googleapis/python-network-connectivity/commit/03f9adb55ff9396b0d52dc90ed165a6e0606d15b))
13+
314
## [1.6.1](https://github.com/googleapis/python-network-connectivity/compare/v1.6.0...v1.6.1) (2023-01-20)
415

516

packages/google-cloud-network-connectivity/google/cloud/networkconnectivity/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.1" # {x-release-please-version}
16+
__version__ = "2.0.0" # {x-release-please-version}

packages/google-cloud-network-connectivity/google/cloud/networkconnectivity_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.1" # {x-release-please-version}
16+
__version__ = "2.0.0" # {x-release-please-version}

packages/google-cloud-network-connectivity/google/cloud/networkconnectivity_v1alpha1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.1" # {x-release-please-version}
16+
__version__ = "2.0.0" # {x-release-please-version}

packages/google-cloud-network-connectivity/samples/generated_samples/snippet_metadata_google.cloud.networkconnectivity.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-connectivity",
11-
"version": "0.1.0"
11+
"version": "2.0.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-network-connectivity/samples/generated_samples/snippet_metadata_google.cloud.networkconnectivity.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-connectivity",
11-
"version": "0.1.0"
11+
"version": "2.0.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)