Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Dec 16, 2020
1 parent f7b1920 commit b57bdae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.5] - 2020-12-16

- FIX: Catch exceptions that are not intercepted by `ActionDispatch::DebugExceptions`.

## [0.6.4] - 2020-12-09
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_failover (0.6.4)
rails_failover (0.6.5)
activerecord (~> 6.0)
concurrent-ruby
railties (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_failover/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsFailover
VERSION = "0.6.4"
VERSION = "0.6.5"
end

0 comments on commit b57bdae

Please sign in to comment.