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

Commit

Permalink
chore(main): release 0.1.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 16, 2022
1 parent 3e2ad7f commit 3c946cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/compare/v0.1.0...v0.1.1) (2022-08-15)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#10](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/issues/10)) ([2a66542](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/2a66542bbd1cd282a874fb9e242546865200e31d))
* **deps:** require proto-plus >= 1.22.0 ([2a66542](https://github.com/googleapis/python-beyondcorp-clientconnectorservices/commit/2a66542bbd1cd282a874fb9e242546865200e31d))

## 0.1.0 (2022-07-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-beyondcorp-clientconnectorservices"
description = "BeyondCorp ClientConnectorServices API client library"
version = "0.1.0"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 3c946cb

Please sign in to comment.