From f893ce0fac64aa9ab153cfff1c9323f235cb4a27 Mon Sep 17 00:00:00 2001
From: Anthonios Partheniou <partheniou@google.com>
Date: Fri, 22 Oct 2021 13:02:11 -0400
Subject: [PATCH 1/2] feat: bump release level to production/stable (#77)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes #75 🦕

Release-As: 1.0.0
---
 .repo-metadata.json | 2 +-
 README.rst          | 6 +++---
 setup.py            | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.repo-metadata.json b/.repo-metadata.json
index 202bf18..15b692c 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -4,7 +4,7 @@
     "product_documentation": "https://cloud.google.com/binary-authorization",
     "client_documentation": "https://googleapis.dev/python/binaryauthorization/latest",
     "issue_tracker": "",
-    "release_level": "beta",
+    "release_level": "ga",
     "language": "python",
     "library_type": "GAPIC_AUTO",
     "repo": "googleapis/python-binary-authorization",
diff --git a/README.rst b/README.rst
index 36eb445..af2fcb3 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 Python Client for Binary Authorization API
 ====================================================
 
-|beta| |pypi| |versions|
+|ga| |pypi| |versions|
 
 `Binary Authorization API`_: The management interface for Binary Authorization, a system providing
 policy control for images deployed to Kubernetes Engine clusters.
@@ -9,8 +9,8 @@ policy control for images deployed to Kubernetes Engine clusters.
 - `Client Library Documentation`_
 - `Product Documentation`_
 
-.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
-   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
+.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
+   :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
 .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-binary-authorization.svg
    :target: https://pypi.org/project/google-cloud-binary-authorization/
 .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-binary-authorization.svg
diff --git a/setup.py b/setup.py
index 2c4beb8..7437196 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@
     ),
     python_requires=">=3.6",
     classifiers=[
-        "Development Status :: 4 - Beta",
+        "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",
         "Operating System :: OS Independent",
         "Programming Language :: Python :: 3.6",

From d5a203efd45deb6fa0dc24ed85b487d4ef8abeb3 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 25 Oct 2021 13:48:10 +0000
Subject: [PATCH 2/2] chore: release 1.0.0 (#89)

:robot: I have created a release \*beep\* \*boop\*
---
## [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))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
 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__))