Skip to content

Commit

Permalink
Merge pull request #45 from alexanderjordanbaker/v2.0.0Release
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
alexanderjordanbaker committed Mar 30, 2024
2 parents e8dbc82 + 614b0cd commit cb43658
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 2.0.0
- Incorporate changes for App Store Server API v1.10.1 [https://github.com/apple/app-store-server-library-swift/pull/42]
- This change is a breaking change, as the datatype of the price field has changed from Int32? to Int64?

## Version 1.1.0
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-swift/pull/37]
- Require appAppleId in SignedDataVerifier for the Production environment from @shimastripe [https://github.com/apple/app-store-server-library-swift/pull/35]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Swift server library for the [App Store Server API](https://developer.apple.
```swift
Add the following dependency

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

## Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import NIOFoundationCompat

public class AppStoreServerAPIClient {

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

0 comments on commit cb43658

Please sign in to comment.