Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## Version 1.0.1
- Add public constructors to all models [#26]

## Version 1.0.0
- Add status field to the data model [#7]
- Adding new error codes from App Store Server API v1.9 [#9]
- Adding new fields from App Store Server API v1.10 [#10]
- Migrate to AsyncHTTPClient [#15]
- Add support for LocalTesting and Xcode environments [#19]
- Allow reading unknown enum values [#20]
- Add errorMessage to APIException [#21]
- Add errorMessage to APIException [#21]
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.0")),
.package(url: "https://github.com/apple/app-store-server-library-swift.git", .upToNextMinor(from: "1.0.1")),
```

## Documentation
Expand Down