CHANGELOG.md in diffend-monitor-0.2.33 vs CHANGELOG.md in diffend-monitor-0.2.34

- old
+ new

@@ -1,9 +1,12 @@ # Changelog ## [Unreleased][master] +## [0.2.34] (2020-10-25) +- handle `Bundler::GitError` ([#72](https://github.com/diffend-io/diffend-ruby/pull/72)) + ## [0.2.33] (2020-10-25) - fix an exception when configuration file is missing ([#65](https://github.com/diffend-io/diffend-ruby/pull/65)) - silently exit when configuration file is missing in `Diffend::Monitor` ([#66](https://github.com/diffend-io/diffend-ruby/pull/66)) - introduce default config ([#67](https://github.com/diffend-io/diffend-ruby/pull/67)) - handle `SocketError` ([#68](https://github.com/diffend-io/diffend-ruby/pull/68)) @@ -89,10 +92,11 @@ ## 0.2.15 (2020-06-07) - initial release -[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.33...HEAD +[master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.34...HEAD +[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 [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