diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c861b2..d349186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # ThirdPartyMailer changelog -## 2.0 (work in progress) +## 2.0.0 - Add `ThirdPartyMailClient.systemDefault` (`mailto:`) - Support `cc` and `bcc` parameters @@ -15,7 +15,7 @@ - Require iOS 10 -## 1.8 +## 1.8.0 - Carthage support diff --git a/ThirdPartyMailer.podspec.json b/ThirdPartyMailer.podspec.json index a5b8b34..1f551e0 100644 --- a/ThirdPartyMailer.podspec.json +++ b/ThirdPartyMailer.podspec.json @@ -1,6 +1,6 @@ { "name": "ThirdPartyMailer", - "version": "1.8.0", + "version": "2.0.0", "summary": "Interact with third-party iOS mail clients, using custom URL schemes.", "homepage": "https://github.com/vtourraine/ThirdPartyMailer", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/ThirdPartyMailer.git", - "tag": "1.8.0" + "tag": "2.0.0" }, "source_files": "Sources/ThirdPartyMailer/*.swift", "platforms": {