Skip to content

Commit

Permalink
chore: release 1.0.1 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 2, 2021
1 parent c7c5579 commit 3083f6a
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-binary-authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Bug Fixes

* **deps:** drop packaging dependency ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8))
* **deps:** require google-api-core >= 1.28.0 ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8))


### Documentation

* list oneofs in docstring ([d02c2fd](https://www.github.com/googleapis/python-binary-authorization/commit/d02c2fdbc52d4dc5f8ca333e99d7e7160dcd23e8))

## [1.0.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.6.0...v1.0.0) (2021-10-22)


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.0"
version = "1.0.1"

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

Expand Down

0 comments on commit 3083f6a

Please sign in to comment.