diff --git a/Action.xcodeproj/project.pbxproj b/Action.xcodeproj/project.pbxproj index 63b03ac0..69eb4cec 100644 --- a/Action.xcodeproj/project.pbxproj +++ b/Action.xcodeproj/project.pbxproj @@ -172,6 +172,7 @@ C4E0264120D11A0F00C8164C /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = ""; }; C4E0264220D11A3B00C8164C /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = ""; }; C4E0264320D11CDD00C8164C /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = circle.yml; sourceTree = ""; }; + C4E0264420D1244900C8164C /* Changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = ""; }; CA2861C71ED6979400BB327A /* InputSubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubject.swift; sourceTree = ""; }; CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubjectTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -387,6 +388,7 @@ C4E0264120D11A0F00C8164C /* Cartfile.private */, C4E0264220D11A3B00C8164C /* Readme.md */, C4E0264320D11CDD00C8164C /* circle.yml */, + C4E0264420D1244900C8164C /* Changelog.md */, ); sourceTree = ""; }; diff --git a/Changelog.md b/Changelog.md index fa6fb432..8c3b364b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,9 @@ Changelog Current master -------------- - +3.6.0 +----- +- Updated `Semantic Versioning` to reflect what is actaully released both on `Pod` and `Carthage` - UIRefreshControl support: binding to an action (or CocoaAction) starts the action itself and updates the control's refreshing status 3.5.0 @@ -27,6 +29,7 @@ Version table | Swift 3.0 | v3.2.* | v2.2.0 | | Swift 3.2 | v3.6.* | v3.2.0 | | **Swift 4** | **v4.0.0** | **v3.4.0** | +| Swift 4.1 | **v4.2.0** | **v3.6.0** | 3.2.0 -----