diff --git a/changes.md b/changes.md index 257d872b..c0d7a033 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,7 @@ +### Coverband 6.1.2 + +* Fix for paging that would pull empty pages after getting all the data. + ### Coverband 6.1.1 * Performance fix making paged report loading 10X faster diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index 2f6f6b60..a0a72e4c 100644 --- a/lib/coverband/version.rb +++ b/lib/coverband/version.rb @@ -5,5 +5,5 @@ # use format "4.2.1.rc.1" ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3 ### module Coverband - VERSION = "6.1.2.rc.1" + VERSION = "6.1.2" end