Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#152)
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 Jul 18, 2022
1 parent e098bb7 commit 3f75348
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-service-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/googleapis/python-service-management/compare/v1.2.3...v1.3.0) (2022-07-16)


### Features

* add audience parameter ([7be1829](https://github.com/googleapis/python-service-management/commit/7be1829be33a4c26a6fe3f9072352129da64ca5a))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#149](https://github.com/googleapis/python-service-management/issues/149)) ([7be1829](https://github.com/googleapis/python-service-management/commit/7be1829be33a4c26a6fe3f9072352129da64ca5a))
* require python 3.7+ ([#151](https://github.com/googleapis/python-service-management/issues/151)) ([7dfff48](https://github.com/googleapis/python-service-management/commit/7dfff48e46fa806556eaf77a378e7b0f16aab7fb))

## [1.2.3](https://github.com/googleapis/python-service-management/compare/v1.2.2...v1.2.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-service-management/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import setuptools # type: ignore

name = "google-cloud-service-management"
version = "1.2.3"
version = "1.3.0"
description = "Service Management API"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-service-management"
Expand Down

0 comments on commit 3f75348

Please sign in to comment.