Skip to content

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
corthmann committed Oct 4, 2017
1 parent 8f2a73f commit f7a0495
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
@@ -1,3 +1,9 @@
### 2.1.4 (2017-10-04)

Changes:

- Update gem dependencies for Rails 5 support.

### 2.1.3 (2017-08-15)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion eeny-meeny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/eeny-meeny/version', __FILE__)
Gem::Specification.new do |s|
s.name = 'eeny-meeny'
s.version = EenyMeeny::VERSION.dup
s.date = '2017-08-15'
s.date = '2017-10-04'
s.summary = "A simple split and smoke testing tool for Rails"
s.authors = ["Christian Orthmann"]
s.email = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion lib/eeny-meeny/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EenyMeeny
VERSION = '2.1.3'
VERSION = '2.1.4'
end

0 comments on commit f7a0495

Please sign in to comment.