Skip to content

Commit baa0499

Browse files
chore(main): release 0.2.0 (#25)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5c04c30 commit baa0499

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-beyondcorp-appgateways/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/python-beyondcorp-appgateways/compare/v0.1.1...v0.2.0) (2022-09-16)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([#24](https://github.com/googleapis/python-beyondcorp-appgateways/issues/24)) ([008e80e](https://github.com/googleapis/python-beyondcorp-appgateways/commit/008e80ed122f67034c116efebdf2941c72f785b9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([008e80e](https://github.com/googleapis/python-beyondcorp-appgateways/commit/008e80ed122f67034c116efebdf2941c72f785b9))
14+
* **deps:** require protobuf >= 3.20.1 ([008e80e](https://github.com/googleapis/python-beyondcorp-appgateways/commit/008e80ed122f67034c116efebdf2941c72f785b9))
15+
316
## [0.1.1](https://github.com/googleapis/python-beyondcorp-appgateways/compare/v0.1.0...v0.1.1) (2022-08-15)
417

518

packages/google-cloud-beyondcorp-appgateways/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-beyondcorp-appgateways"
2323
description = "BeyondCorp AppGateways API client library"
24-
version = "0.1.1"
24+
version = "0.2.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.33.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)