Skip to content

Commit

Permalink
Merge pull request #27 from alexanderjordanbaker/Version1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
alexanderjordanbaker committed Jan 8, 2024
2 parents 22df861 + 993f4e8 commit 936ded5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 936ded5

Please sign in to comment.