From 59257f403efd038d3a2513972ea7253ed4a8b1b7 Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Mon, 7 Sep 2020 15:52:15 -0600 Subject: [PATCH] release --- changes.md | 6 +++++- lib/coverband/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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