CHANGELOG.md in diffend-monitor-0.2.41 vs CHANGELOG.md in diffend-monitor-0.2.42

- old
+ new

@@ -1,8 +1,14 @@ # Changelog ## [Unreleased][master] + +## [0.2.42] (2021-03-09) +- introduce `DIFFEND_SKIP_DENY` flag +- fix config not being passed properly to `build_error` in `Diffend::Execute` ([#116](https://github.com/diffend-io/diffend-ruby/pull/116)) + +## [0.2.41] (2021-03-09) - introduce integration specs ([#107](https://github.com/diffend-io/diffend-ruby/pull/107)) - use `Bundler::Definition.resolve` for specs ([#112](https://github.com/diffend-io/diffend-ruby/pull/112)) ## [0.2.40] (2021-02-23) - don't expose ips, we can identify instance by a hostname ([#108](https://github.com/diffend-io/diffend-ruby/pull/108)) @@ -126,10 +132,12 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.40...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.42...HEAD +[0.2.42]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.41...v0.2.42 +[0.2.41]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.40...v0.2.41 [0.2.40]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.39...v0.2.40 [0.2.39]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...v0.2.39 [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