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

- old
+ new

@@ -1,9 +1,13 @@ # Changelog ## [Unreleased][master] +## [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) - introduce `Diffend::RequestObject` ([#40](https://github.com/diffend-io/diffend-ruby/pull/40)) - clean up error codes and introduce `DIFFEND_INGORE_EXCEPTIONS` ([#41](https://github.com/diffend-io/diffend-ruby/pull/41)) - introduce `Diffend::Monitor` and `Diffend::Track` ([#15](https://github.com/diffend-io/diffend-ruby/pull/15)) @@ -58,10 +62,11 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.27...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.28...HEAD +[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 [0.2.23]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.22...v0.2.23