CHANGELOG.md in diffend-monitor-0.2.28 vs CHANGELOG.md in diffend-monitor-0.2.30

- old
+ new

@@ -1,9 +1,17 @@ # Changelog ## [Unreleased][master] +## [0.2.30] (2020-09-21) +- handle dependencies resolve issues ([#51](https://github.com/diffend-io/diffend-ruby/pull/51)) +- better detection when to start `Diffend::Monitor` ([#50](https://github.com/diffend-io/diffend-ruby/pull/50)) +- cleanup structure ([#47](https://github.com/diffend-io/diffend-ruby/pull/47)) + +## [0.2.29] (2020-09-21) +- fix command reporting on jruby ([#48](https://github.com/diffend-io/diffend-ruby/pull/48)) + ## [0.2.28] (2020-09-19) - start `Diffend::Monitor` only if not in development or test ([#44](https://github.com/diffend-io/diffend-ruby/pull/44)) - better host command expose ([#45](https://github.com/diffend-io/diffend-ruby/pull/45)) ## [0.2.27] (2020-09-16) @@ -62,10 +70,12 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.28...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.30...HEAD +[0.2.30]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.29...v0.2.30 +[0.2.29]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.28...v0.2.29 [0.2.28]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.27...v0.2.28 [0.2.27]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.26...v0.2.27 [0.2.26]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.25...v0.2.26 [0.2.25]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.24...v0.2.25 [0.2.24]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.23...v0.2.24