Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#183)
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 19, 2022
1 parent b8c182d commit 2dd0b96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-assured-workloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.0](https://github.com/googleapis/python-assured-workloads/compare/v1.3.0...v1.4.0) (2022-07-19)


### Features

* **v1beta1:** AnalyzeWorkloadMove returns information about org policy differences between the project and target folder ([7afe126](https://github.com/googleapis/python-assured-workloads/commit/7afe126739e9be49f1af5b499f35873f9722e721))
* **v1beta1:** Update method signature of analyzeWorkloadMove to accept project as source ([#182](https://github.com/googleapis/python-assured-workloads/issues/182)) ([7afe126](https://github.com/googleapis/python-assured-workloads/commit/7afe126739e9be49f1af5b499f35873f9722e721))

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


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.3.0"
version = "1.4.0"

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

Expand Down

0 comments on commit 2dd0b96

Please sign in to comment.