Release 4.0.1

This commit is contained in:
Felipe Renan 2018-05-18 19:32:00 -03:00
parent a68c6c40f8
commit 1e35f201b4
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (4.0.0)
simple_form (4.0.1)
actionpack (>= 5.0)
activemodel (>= 5.0)

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
VERSION = "4.0.0".freeze
VERSION = "4.0.1".freeze
end