Skip to content

Commit 4eaa224

Browse files
Merge pull request #198 from alexanderjordanbaker/v3.1.2
Release v3.1.2
2 parents 6cf8778 + 54a3c97 commit 4eaa224

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 3.1.2
4+
- Support validity with SKEW checking with cryptography 43 methods [https://github.com/apple/app-store-server-library-python/pull/197]
5+
36
## Version 3.1.1
47
- Fix inclusion of static fields in new Advanced Commerce API types [https://github.com/apple/app-store-server-library-python/pull/194]
58

appstoreserverlibrary/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def _get_full_url(self, path) -> str:
727727

728728
def _get_headers(self) -> Dict[str, str]:
729729
return {
730-
'User-Agent': "app-store-server-library/python/3.1.1",
730+
'User-Agent': "app-store-server-library/python/3.1.2",
731731
'Authorization': f'Bearer {self._generate_token()}',
732732
'Accept': 'application/json'
733733
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "app-store-server-library"
9-
version = "3.1.1"
9+
version = "3.1.2"
1010
description = "The App Store Server Library"
1111
readme = {file = "README.md", content-type = "text/markdown"}
1212
license = {text = "MIT"}

0 commit comments

Comments
 (0)