diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fcefc..6b66276 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.1] - 2024-06-09 + +### Changed + +- Load default certs to fix SSL failures ([#67](https://github.com/simon-weber/gpsoauth/pull/67)) + ## [1.1.0] - 2024-04-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3b6ac3d..8d69643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpsoauth" -version = "1.1.0" +version = "1.1.1" description = "A python client library for Google Play Services OAuth." authors = ["Simon Weber "] license = "MIT"