Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 1.0.3 into master #92

Merged
merged 1 commit into from
Apr 15, 2020
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
2 changes: 1 addition & 1 deletion AppStoreConnect-Swift-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppStoreConnect-Swift-SDK'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'The Swift SDK to work with the App Store Connect API from Apple.'

s.description = <<-DESC
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.3
- Profile.Attributes createDate should be createdDate ([#90](https://github.com/AvdLee/appstoreconnect-swift-sdk/issues/90)) via [@orj](https://github.com/orj)
- APIEndpoint.listBundleIds doesn't have 'include' parameter. ([#88](https://github.com/AvdLee/appstoreconnect-swift-sdk/issues/88)) via [@orj](https://github.com/orj)
- Naming mismatch for `include` field in Response ([#86](https://github.com/AvdLee/appstoreconnect-swift-sdk/issues/86)) via [@DechengMa](https://github.com/DechengMa)
- Merge release 1.0.2 into master ([#85](https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/85)) via [@SwiftLeeBot](https://github.com/SwiftLeeBot)

### 1.0.2
- Add test target for development ([#84](https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/84)) via [@adamjcampbell](https://github.com/adamjcampbell)
- Fix filter naming mismatch in ListBuilds ([#83](https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/83)) via [@DechengMa](https://github.com/DechengMa)
Expand Down