Skip to content

Commit e9078ca

Browse files
committed
Updated Changelog as required by Danger
1 parent 406b47e commit e9078ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
C4E0264120D11A0F00C8164C /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
173173
C4E0264220D11A3B00C8164C /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = "<group>"; };
174174
C4E0264320D11CDD00C8164C /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = circle.yml; sourceTree = "<group>"; };
175+
C4E0264420D1244900C8164C /* Changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = "<group>"; };
175176
CA2861C71ED6979400BB327A /* InputSubject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubject.swift; sourceTree = "<group>"; };
176177
CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputSubjectTests.swift; sourceTree = "<group>"; };
177178
/* End PBXFileReference section */
@@ -387,6 +388,7 @@
387388
C4E0264120D11A0F00C8164C /* Cartfile.private */,
388389
C4E0264220D11A3B00C8164C /* Readme.md */,
389390
C4E0264320D11CDD00C8164C /* circle.yml */,
391+
C4E0264420D1244900C8164C /* Changelog.md */,
390392
);
391393
sourceTree = "<group>";
392394
};

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Changelog
33

44
Current master
55
--------------
6-
6+
3.6.0
7+
-----
8+
- Updated `Semantic Versioning` to reflect what is actaully released both on `Pod` and `Carthage`
79
- UIRefreshControl support: binding to an action (or CocoaAction) starts the action itself and updates the control's refreshing status
810

911
3.5.0
@@ -27,6 +29,7 @@ Version table
2729
| Swift 3.0 | v3.2.* | v2.2.0 |
2830
| Swift 3.2 | v3.6.* | v3.2.0 |
2931
| **Swift 4** | **v4.0.0** | **v3.4.0** |
32+
| Swift 4.1 | **v4.2.0** | **v3.6.0** |
3033

3134
3.2.0
3235
-----

0 commit comments

Comments
 (0)