Skip to content

Commit

Permalink
version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Apr 11, 2019
1 parent 9df3be3 commit aba85ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [7.0.0](https://github.com/Electrode-iOS/ELWebService/releases/tag/v7.0.0)

- Migrate to Swift 5

# [6.7.0](https://github.com/Electrode-iOS/ELWebService/releases/tag/v6.7.0)

- Add `ServicePassthroughDelegat.validateResponsee` to enable validating responses and throwing errors for invalid responses that can be handled by response handlers.
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.7.0</string>
<string>7.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit aba85ec

Please sign in to comment.