From 1e35f201b4e934e3e58491659581bbc94cd370f5 Mon Sep 17 00:00:00 2001 From: Felipe Renan Date: Fri, 18 May 2018 19:32:00 -0300 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9305266..4446c016e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 4.0.1 + ### Bug fix * Do not support Rails 4 anymore. [@rafaelfranca](https://github.com/rafaelfranca) * Add missing comma. [@vill](https://github.com/vill) diff --git a/Gemfile.lock b/Gemfile.lock index c06835c60..9ae86907f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (4.0.0) + simple_form (4.0.1) actionpack (>= 5.0) activemodel (>= 5.0) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index 7c5d182b7..ac6ae9c73 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module SimpleForm - VERSION = "4.0.0".freeze + VERSION = "4.0.1".freeze end