Skip to content

Commit 936ded5

Browse files
Merge pull request #27 from alexanderjordanbaker/Version1.0.1
Release 1.0.1
2 parents 22df861 + 993f4e8 commit 936ded5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3+
## Version 1.0.1
4+
- Add public constructors to all models [#26]
5+
36
## Version 1.0.0
47
- Add status field to the data model [#7]
58
- Adding new error codes from App Store Server API v1.9 [#9]
69
- Adding new fields from App Store Server API v1.10 [#10]
710
- Migrate to AsyncHTTPClient [#15]
811
- Add support for LocalTesting and Xcode environments [#19]
912
- Allow reading unknown enum values [#20]
10-
- Add errorMessage to APIException [#21]
13+
- Add errorMessage to APIException [#21]

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.0")),
16+
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "1.0.1")),
1717
```
1818

1919
## Documentation

0 commit comments

Comments
 (0)