Skip to content

Commit

Permalink
Releasing v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldlsegovia committed Jul 17, 2016
1 parent 58b5f28 commit 8a38604
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v1.1.1

#### Fixed

- Use silencer gem to ensure ActiveRecord's log is silenced too.

### v1.1.0

#### Added
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:
job_notifier (1.1.0)
job_notifier (1.1.1)
colorize (~> 0.7, >= 0.7.7)
enumerize (~> 1.0.0, ~> 1.0)
rails (~> 4.2, >= 4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/job_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JobNotifier
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 8a38604

Please sign in to comment.