CHANGELOG.md in diffend-monitor-0.2.35 vs CHANGELOG.md in diffend-monitor-0.2.36

- old
+ new

@@ -1,9 +1,13 @@ # Changelog ## [Unreleased][master] +## [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) - clean command name and title of a process ([#76](https://github.com/diffend-io/diffend-ruby/pull/76)) - handle `uninitialized constant #<Class:Diffend::Configs::Fetcher>::ERB` ([#75](https://github.com/diffend-io/diffend-ruby/pull/75)) ## [0.2.34] (2020-10-25) @@ -96,10 +100,11 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.35...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.36...HEAD +[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 [0.2.31]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.30...v0.2.31