From 2958ddc07282e76df91da30b49a756ec9821d6b9 Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Tue, 29 Sep 2020 21:16:33 -0600 Subject: [PATCH] version bump --- changes.md | 9 ++++++--- lib/coverband/version.rb | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) 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