Skip to content

Commit dcb121d

Browse files
chore(main): release 1.5.0 (#202)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 35f4cd6 commit dcb121d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-assured-workloads/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/googleapis/python-assured-workloads/compare/v1.4.2...v1.5.0) (2022-09-02)
4+
5+
6+
### Features
7+
8+
* Add compliant_but_disallowed_services field to the v1beta1 Workload proto ([#201](https://github.com/googleapis/python-assured-workloads/issues/201)) ([a8c4a1a](https://github.com/googleapis/python-assured-workloads/commit/a8c4a1a11b2c51786fb1fd6ab6e7e99696c92646))
9+
310
## [1.4.2](https://github.com/googleapis/python-assured-workloads/compare/v1.4.1...v1.4.2) (2022-08-24)
411

512

packages/google-cloud-assured-workloads/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.4.2"
22+
version = "1.5.0"
2323

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

0 commit comments

Comments
 (0)