From c1a3a2b142bad746c59331964d8a6daa9cf9724c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:36:36 -0400 Subject: [PATCH] chore(master): release 0.11.0 (#194) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f60b0f..c8943b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ arena-py notable changes. Started 2021-02-19 (version 0.1.12). ### Features +## [0.11.0](https://github.com/arenaxr/arena-py/compare/v0.10.3...v0.11.0) (2024-09-20) + + +### Features + +* **auth:** add google limited input device auth flow ([#195](https://github.com/arenaxr/arena-py/issues/195)) ([7e2bfef](https://github.com/arenaxr/arena-py/commit/7e2bfef8e7bad45d0b9754d7998ab82235ca8860)) + + +### Bug Fixes + +* **auth:** fixed signout not removing gauth token ([7d15b3f](https://github.com/arenaxr/arena-py/commit/7d15b3f7e48e6e0538c2488941b984005d182d43)) + ## [0.10.3](https://github.com/arenaxr/arena-py/compare/v0.10.2...v0.10.3) (2024-09-03) diff --git a/setup.py b/setup.py index 11bf6a0e..1dfca72a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name="arena-py", - version="0.10.3", + version="0.11.0", author="Carnegie Mellon University", author_email="arenaxr@andrew.cmu.edu", license="BSD 3-clause \"New\" or \"Revised License\"",