File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 1.0.1
4
+ - Add public constructors to all models [ #26 ]
5
+
3
6
## Version 1.0.0
4
7
- Add status field to the data model [ #7 ]
5
8
- Adding new error codes from App Store Server API v1.9 [ #9 ]
6
9
- Adding new fields from App Store Server API v1.10 [ #10 ]
7
10
- Migrate to AsyncHTTPClient [ #15 ]
8
11
- Add support for LocalTesting and Xcode environments [ #19 ]
9
12
- Allow reading unknown enum values [ #20 ]
10
- - Add errorMessage to APIException [ #21 ]
13
+ - Add errorMessage to APIException [ #21 ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Swift server library for the [App Store Server API](https://developer.apple.
13
13
``` swift
14
14
Add the following dependency
15
15
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 " )),
17
17
```
18
18
19
19
## Documentation
You can’t perform that action at this time.
0 commit comments