diff --git a/CHANGELOG.md b/CHANGELOG.md index 64352bd5..2cd3dd84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## next release +## 3.0.4 ### bug fix + * Fix method reflection for Ruby 2.1+. [@badosu](https://github.com/badosu) * Do not remove HTML attributes if components are not present. ## 3.0.3 diff --git a/Gemfile.lock b/Gemfile.lock index 394eae33..eeb8325b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GIT PATH remote: . specs: - simple_form (3.0.3) + simple_form (3.0.4) actionpack (~> 4.0) activemodel (~> 4.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index 17abcc11..56f55cb2 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.0.3".freeze + VERSION = "3.0.4".freeze end