From 61361bfbfbe8aecc1e9e6c6023cf7796170dc8aa Mon Sep 17 00:00:00 2001 From: aserafin Date: Fri, 1 Jul 2016 11:31:26 +0200 Subject: [PATCH] bump version to 2.3.6 with Rails 5 support --- CHANGELOG.md | 7 +++++++ README.md | 2 +- lib/seed-fu/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 356240c..81dc396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Version 2.3.6 +------------- + +Features: + +* Rails 5.0 support + Version 2.3.5 ------------- diff --git a/README.md b/README.md index 2b2a9dc..72e17c2 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/lib/seed-fu/version.rb b/lib/seed-fu/version.rb index fb384d1..77116fd 100644 --- a/lib/seed-fu/version.rb +++ b/lib/seed-fu/version.rb @@ -1,4 +1,4 @@ module SeedFu # The current version of Seed Fu - VERSION = '2.3.5' + VERSION = '2.3.6' end