Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed May 8, 2017
1 parent c8bf81f commit b6bc97a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,13 +3,54 @@
This gem conforms to [semver 2.0.0][1] and follows the recommendations of
[keepachangelog.com][2].

### 0.2.1 (2017-04-02)
### Unreleased

Breaking Changes:

- None

Added:

- None

Fixed:

- None

### 0.2.2 (2017-05-08)

Breaking Changes:

- None

Added:

- None

Fixed:

- [#3](https://github.com/jaredbeck/rails-callback_log/pull/3)
Fallback to ::Logger if Rails::Logger not loaded

### 0.2.1 (2017-05-02)

Breaking Changes:

- None

Added:

- None

Fixed:

- Fix a performance issue introduced in 0.2.0

### 0.2.0 (2017-04-01)
### 0.2.0 (2017-05-01)

Breaking Changes:

- None

Added:

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_callback_log/version.rb
@@ -1,7 +1,7 @@
require "rubygems"

module RailsCallbackLog
VERSION = "0.2.1"
VERSION = "0.2.2"

def self.gem_version
::Gem::Version.new(VERSION)
Expand Down

0 comments on commit b6bc97a

Please sign in to comment.