From 9e48eb406a1b77c0c7fbfd41bfb21ae3db729fc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:39:56 -0400 Subject: [PATCH] chore(master): release 0.11.2 (#197) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45892728..6812f0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ arena-py notable changes. Started 2021-02-19 (version 0.1.12). ### Features +## [0.11.2](https://github.com/arenaxr/arena-py/compare/v0.11.1...v0.11.2) (2024-09-25) + + +### Bug Fixes + +* **auth:** handle cases of missing google refresh token ([7c28970](https://github.com/arenaxr/arena-py/commit/7c289702d944cf46b04cca60aad0c72c8687ae01)) + ## [0.11.1](https://github.com/arenaxr/arena-py/compare/v0.11.0...v0.11.1) (2024-09-23) diff --git a/setup.py b/setup.py index 843b1a5d..26c7fecb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name="arena-py", - version="0.11.1", + version="0.11.2", author="Carnegie Mellon University", author_email="arenaxr@andrew.cmu.edu", license="BSD 3-clause \"New\" or \"Revised License\"",