Skip to content

Commit

Permalink
chore: release 1.1.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 9, 2021
1 parent f830b83 commit 7286d07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/google-cloud-binary-authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-binary-authorization/compare/v1.0.1...v1.1.0) (2021-11-09)


### Features

* **v1beta1:** add new admission rule types to Policy ([#95](https://github.com/googleapis/python-binary-authorization/issues/95)) ([f25d17a](https://github.com/googleapis/python-binary-authorization/commit/f25d17abaefe4a2d317161ec15b867b33eb3e8ba))
* **v1beta1:** add SystemPolicyV1Beta1 service ([f25d17a](https://github.com/googleapis/python-binary-authorization/commit/f25d17abaefe4a2d317161ec15b867b33eb3e8ba))
* **v1beta1:** update SignatureAlgorithm enum to match algorithm names in KMS ([f25d17a](https://github.com/googleapis/python-binary-authorization/commit/f25d17abaefe4a2d317161ec15b867b33eb3e8ba))

### [1.0.1](https://github.com/googleapis/python-binary-authorization/compare/v1.0.0...v1.0.1) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-binary-authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.0.1"
version = "1.1.0"

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

Expand Down

0 comments on commit 7286d07

Please sign in to comment.