Skip to content

Commit

Permalink
bump version to 2.3.6 with Rails 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aserafin committed Jul 1, 2016
1 parent bbcb75a commit 61361bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.3.6
-------------

Features:

* Rails 5.0 support

Version 2.3.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Basic Example
Installation
------------

### Rails 3.1, 3.2, 4.0, 4.1
### Rails 3.1, 3.2, 4.0, 4.1, 4.2, 5.0

Just add `gem 'seed-fu', '~> 2.3'` to your `Gemfile`

Expand Down
2 changes: 1 addition & 1 deletion lib/seed-fu/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SeedFu
# The current version of Seed Fu
VERSION = '2.3.5'
VERSION = '2.3.6'
end

0 comments on commit 61361bf

Please sign in to comment.