Skip to content

Commit

Permalink
Prep for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettkingram committed Jul 27, 2023
1 parent df62e17 commit 9cbf924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### [dev](https://github.com/kern/minitest-reporters/compare/v1.6.0...master)
### [dev](https://github.com/kern/minitest-reporters/compare/v1.6.1...master)

### [1.6.1](https://github.com/kern/minitest-reporters/compare/v1.6.0...v1.6.1)

* Replaced use of `MiniTest` constant with `Minitest` [#345](https://github.com/minitest-reporters/minitest-reporters/pull/345) contributed by [istana](https://github.com/istana)

Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/reporters/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Minitest
module Reporters
VERSION = '1.6.0'.freeze
VERSION = '1.6.1'.freeze
end
end

0 comments on commit 9cbf924

Please sign in to comment.