Skip to content

Commit 9e00c90

Browse files
Merge pull request #90 from riyazpanjwani/release/v3.1.0
Release version 3.1.0
2 parents 37d3880 + 133e728 commit 9e00c90

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 3.1.0
4+
- Incorporate changes for App Store Server API v1.16 [https://github.com/apple/app-store-server-library-swift/pull/89]
5+
- Update Swift docs to v6 [https://github.com/apple/app-store-server-library-swift/pull/85]
6+
37
## Version 3.0.0
48
- Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15 [https://github.com/apple/app-store-server-library-swift/pull/82]
59
- Add verified chain caching to improve performance [https://github.com/apple/app-store-server-library-swift/pull/80]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Swift server library for the [App Store Server API](https://developer.apple.
1616
### Swift Package Manager
1717
Add the following dependency
1818
```swift
19-
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "3.0.0")),
19+
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "3.1.0")),
2020
```
2121

2222
## Documentation

Sources/AppStoreServerLibrary/AppStoreServerAPIClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class AppStoreServerAPIClient {
1414
case invalidEnvironment
1515
}
1616

17-
private static let userAgent = "app-store-server-library/swift/3.0.0"
17+
private static let userAgent = "app-store-server-library/swift/3.1.0"
1818
private static let productionUrl = "https://api.storekit.itunes.apple.com"
1919
private static let sandboxUrl = "https://api.storekit-sandbox.itunes.apple.com"
2020
private static let localTestingUrl = "https://local-testing-base-url"

0 commit comments

Comments
 (0)