Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperenan committed May 18, 2018
1 parent a68c6c4 commit 1e35f20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1e35f20

Please sign in to comment.