Skip to content

Commit 719bd12

Browse files
Merge pull request #41 from alexanderjordanbaker/Version0.2.0
Prepare for 0.2.0 version
2 parents 60e5cfe + a8079b2 commit 719bd12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Version 0.2.0
4+
- Add support for reading unknown enum values [#35]
5+
- Add support for Xcode and LocalTesting environments [#34]
6+
- Add error codes from App Store Server API v1.9 [#33]
7+
- Add new fields from App Store Server API v1.10 [#27]
8+
- Document error codes [#23]
9+
- Correct naming of SignedDataVerifier to match other libraries [#40]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apple/app-store-server-library",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "The App Store Server Library",
55
"main": "dist/index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)