From a961c7dbde1a97ea6520522353e14ce2174f6242 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:02:24 +0000 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3263e..be1676a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.6.0...v1.0.0) (2021-10-22) + + +### Features + +* bump release level to production/stable ([#77](https://www.github.com/googleapis/python-binary-authorization/issues/77)) ([f893ce0](https://www.github.com/googleapis/python-binary-authorization/commit/f893ce0fac64aa9ab153cfff1c9323f235cb4a27)) + ## [0.6.0](https://www.github.com/googleapis/python-binary-authorization/compare/v0.5.0...v0.6.0) (2021-10-13) diff --git a/setup.py b/setup.py index 7437196..e7a8998 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "0.6.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))