CHANGELOG.md in diffend-monitor-0.2.37 vs CHANGELOG.md in diffend-monitor-0.2.38

- old
+ new

@@ -1,9 +1,14 @@ # Changelog ## [Unreleased][master] +## [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)) + ## [0.2.37] (2021-01-05) - add support for ENV loaded at runtime ([#92](https://github.com/diffend-io/diffend-ruby/pull/92)) - allow us to have more control over config errors ([#91](https://github.com/diffend-io/diffend-ruby/pull/91)) - add `bundle secure` command ([#90](https://github.com/diffend-io/diffend-ruby/pull/90)) - test against bundler 2.1 and 2.2 ([#83](https://github.com/diffend-io/diffend-ruby/pull/83)) @@ -112,10 +117,12 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.36...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...HEAD +[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 [0.2.33]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.32...v0.2.33 [0.2.32]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.31...v0.2.32