diff --git a/changes.md b/changes.md index b4e8d3f0..7ce0b7b5 100644 --- a/changes.md +++ b/changes.md @@ -53,12 +53,16 @@ Will be the fully modern release that drops maintenance legacy support in favor # Alpha / Beta / Release Candidates -### Coverband 5.0.1 +### Coverband 5.0.2 - ? # Released +### Coverband 5.0.1 + +- fix for race condition on view tracker redis configuration setting ensuring it is set after it is configured... bug only impacted apps that have multiple redis connections for the same system and have Coverband not on the default REDIS_URL + ### Coverband 5.0.0 - Full JRuby support diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index 13ccb5a6..66d574f4 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 = "5.0.1.rc.1" + VERSION = "5.0.1" end