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

Commit

Permalink
chore(main): release 1.5.0 (#155)
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] authored Nov 8, 2022
1 parent ec1f84c commit f56f7e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.3"
".": "1.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.5.0](https://github.com/googleapis/python-apigee-connect/compare/v1.4.3...v1.5.0) (2022-11-08)


### Features

* add support for `google.cloud.apigeeconnect.__version__` ([ec1f84c](https://github.com/googleapis/python-apigee-connect/commit/ec1f84c1685df65a1805051bc5092f04f4cec87d))


### Bug Fixes

* Add dict typing for client_options ([ec1f84c](https://github.com/googleapis/python-apigee-connect/commit/ec1f84c1685df65a1805051bc5092f04f4cec87d))
* **deps:** require google-api-core &gt;=1.33.2 ([ec1f84c](https://github.com/googleapis/python-apigee-connect/commit/ec1f84c1685df65a1805051bc5092f04f4cec87d))

## [1.4.3](https://github.com/googleapis/python-apigee-connect/compare/v1.4.2...v1.4.3) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/apigeeconnect/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.4.3" # {x-release-please-version}
__version__ = "1.5.0" # {x-release-please-version}

0 comments on commit f56f7e3

Please sign in to comment.