Prepare for `5.0.2` version

This commit is contained in:
Felipe Renan 2020-02-06 20:44:43 +02:00
parent 224d5c6eb6
commit ea9ed80322
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
## Unreleased
## 5.0.2
### Enhancements
* Remove instruction to use form-inline class. [@goalaleo](https://github.com/goalaleo)
* Added RichTextAreaInput for ActionText. [itsterry](https://github.com/itsterry)
* Skip valid_class check if no class defined. [TALlama](https://github.com/TALlama)
### Bug fix
* Fix 'aria-required' field generated by prompt. [@CarlosAlbertoSantos](https://github.com/CarlosAlbertoSantos)

View File

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

View File

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