Skip to content

Commit cb43658

Browse files
Merge pull request #45 from alexanderjordanbaker/v2.0.0Release
Release v2.0.0
2 parents e8dbc82 + 614b0cd commit cb43658

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## Version 2.0.0
4+
- Incorporate changes for App Store Server API v1.10.1 [https://github.com/apple/app-store-server-library-swift/pull/42]
5+
- This change is a breaking change, as the datatype of the price field has changed from Int32? to Int64?
6+
37
## Version 1.1.0
48
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-swift/pull/37]
59
- Require appAppleId in SignedDataVerifier for the Production environment from @shimastripe [https://github.com/apple/app-store-server-library-swift/pull/35]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Swift server library for the [App Store Server API](https://developer.apple.
1313
```swift
1414
Add the following dependency
1515

16-
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "1.0.2")),
16+
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "2.0.0")),
1717
```
1818

1919
## Documentation

Sources/AppStoreServerLibrary/AppStoreServerAPIClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import NIOFoundationCompat
99

1010
public class AppStoreServerAPIClient {
1111

12-
private static let userAgent = "app-store-server-library/swift/1.1.0"
12+
private static let userAgent = "app-store-server-library/swift/2.0.0"
1313
private static let productionUrl = "https://api.storekit.itunes.apple.com"
1414
private static let sandboxUrl = "https://api.storekit-sandbox.itunes.apple.com"
1515
private static let appStoreConnectAudience = "appstoreconnect-v1"

0 commit comments

Comments
 (0)