diff --git a/CHANGELOG.md b/CHANGELOG.md index eda221a..53fcefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) as of 1.0.0. +## [1.1.0] - 2024-04-10 + +### Added + +- Add support for manual token exchange to handle stubborn BadAuthentication situations ([#41](https://github.com/simon-weber/gpsoauth/pull/41)) + ## [1.0.4] - 2023-11-28 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 3ef899e..3b6ac3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpsoauth" -version = "1.0.4" +version = "1.1.0" description = "A python client library for Google Play Services OAuth." authors = ["Simon Weber "] license = "MIT"