Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Sep 30, 2020
1 parent 78e7079 commit 2958ddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/coverband/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2958ddc

Please sign in to comment.