Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Apr 10, 2024
1 parent 8a52124 commit 3f60aad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3f60aad

Please sign in to comment.