Skip to content

Commit

Permalink
Releasing v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldlsegovia committed Jun 1, 2017
1 parent ba0cc8b commit 89454d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v1.2.2

##### Changed

- Rails dependency version more flexible.
- Colorize dependency version more flexible.

### v1.2.1

##### Changed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
job_notifier (1.2.1)
job_notifier (1.2.2)
colorize (>= 0.7.7)
enumerize (>= 1.0)
rails (>= 4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/job_notifier/version.rb
@@ -1,3 +1,3 @@
module JobNotifier
VERSION = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit 89454d6

Please sign in to comment.