CHANGELOG.md in knapsack-1.3.1 vs CHANGELOG.md in knapsack-1.3.3
- old
+ new
@@ -1,8 +1,23 @@
### unreleased
* TODO
+### 1.3.3
+
+* Fix wrong dependency for timecop
+
+https://github.com/ArturT/knapsack/compare/v1.3.2...v1.3.3
+
+### 1.3.2
+
+* Use Timecop as dependency and always use Time.now_without_mock_time to avoid problem when someone did stub on Time without using Timecop.
+* Don't exit on successful RSpec and Cucumber runs
+
+ https://github.com/ArturT/knapsack/pull/25
+
+https://github.com/ArturT/knapsack/compare/v1.3.1...v1.3.2
+
### 1.3.1
* Treat KNAPSACK_GENERATE_REPORT=false as generate_report -> false
https://github.com/ArturT/knapsack/pull/22