CHANGELOG.md in minitest-reporters-1.2.0.beta1 vs CHANGELOG.md in minitest-reporters-1.2.0.beta2

- old
+ new

@@ -1,4 +1,10 @@ +### [v1.2.0.beta2](https://github.com/kern/minitest-reporters/compare/v1.2.0.beta1...v1.2.0.beta2) + +* fixed uninitialized time in junit reporter [#251](https://github.com/kern/minitest-reporters/issues/251) +* format option added to progress reporter [#240](https://github.com/kern/minitest-reporters/pull/240) (contributed by [jorgesmu](https://github.com/jorgesmu)) +* improved output of junit reporter [#245](https://github.com/kern/minitest-reporters/pull/245) (contributed by [jules2689](https://github.com/jules2689)) + ### [1.2.0.beta1](https://github.com/kern/minitest-reporters/compare/v1.1.19...v1.2.0.beta1) * SpecReporter regression for Minitest 5.11.1 fixed [#250](https://github.com/kern/minitest-reporters/pull/250) (contrinuted by [mbround18](https://github.com/mbround18)) ### [1.1.19](https://github.com/kern/minitest-reporters/compare/v1.1.18...v1.1.19)