From 6b92de9f673db07be5897da9f8b2e3656a533d26 Mon Sep 17 00:00:00 2001 From: Simon Weber Date: Tue, 28 Nov 2023 15:20:59 -0500 Subject: [PATCH] 1.0.4 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ac71c..eda221a 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.0.4] - 2023-11-28 + +### Changed + +- Set Accept-Encoding: identity to prevent NeedsBrowser in some cases ([#61](https://github.com/simon-weber/gpsoauth/pull/61)) + ## [1.0.3] - 2023-09-24 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 64300a9..3ef899e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpsoauth" -version = "1.0.3" +version = "1.0.4" description = "A python client library for Google Play Services OAuth." authors = ["Simon Weber "] license = "MIT"