CHANGELOG.md in diffend-monitor-0.2.38 vs CHANGELOG.md in diffend-monitor-0.2.39
- old
+ new
@@ -1,9 +1,12 @@
# Changelog
## [Unreleased][master]
+## [0.2.39] (2021-01-18)
+- handle a case if we start to fast and some gems require things it may break the execution ([#101](https://github.com/diffend-io/diffend-ruby/pull/101))
+
## [0.2.38] (2021-01-15)
- allow executing `bundle secure` without plugin being present in the Gemfile ([#96](https://github.com/diffend-io/diffend-ruby/pull/96))
- be explicit about `Bundler` scope ([#97](https://github.com/diffend-io/diffend-ruby/pull/97))
- switch to exponential backoff in `Diffend::Monitor` ([#98](https://github.com/diffend-io/diffend-ruby/pull/98))
@@ -117,10 +120,11 @@
## 0.2.15 (2020-06-07)
- initial release
-[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...HEAD
+[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.39...HEAD
+[0.2.39]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...v0.2.39
[0.2.38]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.37...v0.2.38
[0.2.37]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.36...v0.2.37
[0.2.36]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.35...v0.2.36
[0.2.35]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.34...v0.2.35
[0.2.34]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.33...v0.2.34