Release 4.0.0

This commit is contained in:
Felipe Renan 2018-04-11 09:53:08 -03:00
parent 1cb66eb86b
commit 516e31ce8f
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
## Unreleased
## 4.0.0
### Enhancements
* Add bootstrap v4.1 generator template. [@m5o](https://github.com/m5o)
* Add Rails 5.2 support. [@gobijan](https://github.com/gobijan)
* Add API to register custom components.[@feliperenan](https://github.com/feliperenan)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (3.5.1)
simple_form (4.0.0)
actionpack (> 4)
activemodel (> 4)

View File

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