Skip to content

Commit

Permalink
Release 0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Aug 4, 2020
1 parent cb15ac3 commit c2ab4d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.5] - 2020-08-04

- FIX: Rescue from `Redis::TimeoutError` instead of `Timeout::Error`.

## [0.5.4] - 2020-07-21

- FIX: Undefined method on nil class error in forking servers.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_failover (0.5.4)
rails_failover (0.5.5)
activerecord (~> 6.0)
railties (~> 6.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_failover/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsFailover
VERSION = "0.5.4"
VERSION = "0.5.5"
end
2 changes: 1 addition & 1 deletion spec/support/dummy_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
rails_failover (0.5.4)
rails_failover (0.5.5)
activerecord (~> 6.0)
railties (~> 6.0)

Expand Down

0 comments on commit c2ab4d2

Please sign in to comment.