From 2252551a79dbdcd2e88a39ff7517c5095fb03fc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:49:49 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=202.0.1=20(#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 🔖 release 2.0.1 * Bump PR to activate it. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Luboš Pokorný --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/h2o_authn/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f08351c..0de2d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/h2oai/authn-py/compare/v2.0.0...v2.0.1) (2024-07-12) + + +### Bug Fixes + +* :arrow_up: update h2o-cloud-discovery requirement ([#84](https://github.com/h2oai/authn-py/issues/84)) ([2506159](https://github.com/h2oai/authn-py/commit/250615916f00df44c147920774e65577fdeaf0f2)) + ## [2.0.0](https://github.com/h2oai/authn-py/compare/v1.1.1...v2.0.0) (2024-02-05) diff --git a/pyproject.toml b/pyproject.toml index 50f14a6..b4edaa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ license = "Apache-2.0" name = "h2o-authn" readme = "README.md" requires-python = ">=3.8" -version = "2.0.0" +version = "2.0.1" [project.urls] Documentation = "https://github.com/h2oai/authn-py#readme" diff --git a/src/h2o_authn/_version.py b/src/h2o_authn/_version.py index e69b2f7..8a3f2da 100644 --- a/src/h2o_authn/_version.py +++ b/src/h2o_authn/_version.py @@ -1 +1 @@ -__version__ = "2.0.0" # x-release-please-version +__version__ = "2.0.1" # x-release-please-version