We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0538b4f commit 12648c2Copy full SHA for 12648c2
CHANGELOG.md
@@ -3,6 +3,12 @@
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) as of 1.0.0.
5
6
+## [1.1.1] - 2024-06-09
7
+
8
+### Changed
9
10
+- Load default certs to fix SSL failures ([#67](https://github.com/simon-weber/gpsoauth/pull/67))
11
12
## [1.1.0] - 2024-04-10
13
14
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gpsoauth"
-version = "1.1.0"
+version = "1.1.1"
description = "A python client library for Google Play Services OAuth."
authors = ["Simon Weber <simon@simonmweber.com>"]
license = "MIT"
0 commit comments