CHANGELOG.md in knapsack-1.0.3 vs CHANGELOG.md in knapsack-1.0.4
- old
+ new
@@ -1,8 +1,14 @@
### unreleased
* TODO
+### 1.0.4
+
+* Pull request #12 - Raise error when CI_NODE_INDEX >= CI_NODE_TOTAL
+
+ https://github.com/ArturT/knapsack/pull/12
+
### 1.0.3
* Fix bug #11 - Track properly time when using Timecop gem in tests.
https://github.com/ArturT/knapsack/issues/11