Skip to content

Commit 12648c2

Browse files
committed
1.1.1
1 parent 0538b4f commit 12648c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) as of 1.0.0.
55

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+
612
## [1.1.0] - 2024-04-10
713

814
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gpsoauth"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A python client library for Google Play Services OAuth."
55
authors = ["Simon Weber <simon@simonmweber.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)