CHANGELOG.md in isolator-0.2.1 vs CHANGELOG.md in isolator-0.2.2
- old
+ new
@@ -1,7 +1,11 @@
# Change log
-## master
+## 0.2.2 (2018-03-28)
+
+- [Fix [#14](https://github.com/palkan/isolator/issues/14)] Always use default value for threshold. ([@palkan][])
+
+ Previously, in multi-threaded env the default value were missing (and led to `KeyError`).
## 0.2.1 (2018-02-24)
- [PR [#10](https://github.com/palkan/isolator/pull/10)] Add `sucker_punch` adapter. ([@alexshgov][])
- [PR [#9](https://github.com/palkan/isolator/pull/9)] Add `resque scheduler` background job adapter. ([@dsalahutdinov][])