CHANGELOG.md in minitest-reporters-1.3.7 vs CHANGELOG.md in minitest-reporters-1.3.8
- old
+ new
@@ -1,5 +1,9 @@
-### [dev](https://github.com/kern/minitest-reporters/compare/v1.3.7...master)
+### [dev](https://github.com/kern/minitest-reporters/compare/v1.3.8...master)
+
+### [1.3.8](https://github.com/kern/minitest-reporters/compare/v1.3.7...v1.3.8)
+
+* Fixed default ProgressReporter regression from [#278](https://github.com/kern/minitest-reporters/pull/278); fix [#284](https://github.com/kern/minitest-reporters/pull/284) contributed by [bobmaerten](https://github.com/bobmaerten)
### [1.3.7](https://github.com/kern/minitest-reporters/compare/v1.3.6...v1.3.7)
* added ability to specify output dir of JUnitReporter through ENV [#277](https://github.com/kern/minitest-reporters/pull/277) countributed by [KevinSjoberg](https://github.com/KevinSjoberg)
* Added verbose functionality to ProgressReporter [#278](https://github.com/kern/minitest-reporters/pull/278) contributed by [senhalil](https://github.com/senhalil)