Skip to content

Commit

Permalink
Merge pull request #41 from alexanderjordanbaker/Version0.2.0
Browse files Browse the repository at this point in the history
Prepare for 0.2.0 version
  • Loading branch information
alexanderjordanbaker committed Nov 29, 2023
2 parents 60e5cfe + a8079b2 commit 719bd12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Version 0.2.0
- Add support for reading unknown enum values [#35]
- Add support for Xcode and LocalTesting environments [#34]
- Add error codes from App Store Server API v1.9 [#33]
- Add new fields from App Store Server API v1.10 [#27]
- Document error codes [#23]
- Correct naming of SignedDataVerifier to match other libraries [#40]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apple/app-store-server-library",
"version": "0.1.1",
"version": "0.2.0",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
Expand Down

0 comments on commit 719bd12

Please sign in to comment.