CHANGELOG.md in diffend-monitor-0.2.36 vs CHANGELOG.md in diffend-monitor-0.2.37
- old
+ new
@@ -1,8 +1,20 @@
# Changelog
## [Unreleased][master]
+## [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))
+- test against ruby 3.0.0 ([#89](https://github.com/diffend-io/diffend-ruby/pull/89))
+- simplify how we build full json in specs ([#82](https://github.com/diffend-io/diffend-ruby/pull/82))
+- simplify how we build bundler json in specs ([#84](https://github.com/diffend-io/diffend-ruby/pull/84))
+- simplify how we build diffend json in specs ([#85](https://github.com/diffend-io/diffend-ruby/pull/85))
+- simplify how we build rubygems json in specs ([#86](https://github.com/diffend-io/diffend-ruby/pull/86))
+- simplify how we build packages platforms json in specs ([#87](https://github.com/diffend-io/diffend-ruby/pull/87))
+
## [0.2.36] (2020-12-06)
- handle `Bundler::PermissionError` ([#79](https://github.com/diffend-io/diffend-ruby/pull/79))
- use cache to resolve dependencies in exec mode ([#78](https://github.com/diffend-io/diffend-ruby/pull/78))
## [0.2.35] (2020-11-04)