Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#176)
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 bf2d3e8 commit 5e0e9f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/google-cloud-assured-workloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Features

* add audience parameter ([ea32aaa](https://github.com/googleapis/python-assured-workloads/commit/ea32aaa717ef0e2fce009b207fb55c0dd2aa358e))
* ITAR June Preview Launch ([ea32aaa](https://github.com/googleapis/python-assured-workloads/commit/ea32aaa717ef0e2fce009b207fb55c0dd2aa358e))
* **v1beta1:** Removed _v1beta1 suffix from proto file names ([#174](https://github.com/googleapis/python-assured-workloads/issues/174)) ([03d456b](https://github.com/googleapis/python-assured-workloads/commit/03d456b6dbe5968abc07161f5146fbe77f79a527))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#177](https://github.com/googleapis/python-assured-workloads/issues/177)) ([ea32aaa](https://github.com/googleapis/python-assured-workloads/commit/ea32aaa717ef0e2fce009b207fb55c0dd2aa358e))
* require python 3.7+ ([#179](https://github.com/googleapis/python-assured-workloads/issues/179)) ([5a92db8](https://github.com/googleapis/python-assured-workloads/commit/5a92db8797ee2e489c4fa38c36eab315aadc84b2))

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


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

version = "1.2.3"
version = "1.3.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 5e0e9f5

Please sign in to comment.