diff --git a/changes.md b/changes.md index 69f75325..35c21a9e 100644 --- a/changes.md +++ b/changes.md @@ -53,19 +53,22 @@ Will be the fully modern release that drops maintenance legacy support in favor # Alpha / Beta / Release Candidates -### Coverband 5.0.2 +### Coverband 5.0.3 - ? # Released -### Coverband 5.0.1 +### Coverband 5.0.2 -- 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 - change default port of local server - update on readme about issue with scout app, thanks @mrbongiolo - fix on configuration page not loading when redis can't load +### 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 66d574f4..df608220 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" + VERSION = "5.0.2" end