Skip to content

Commit

Permalink
Prepare for 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Oct 4, 2019
1 parent 9385f4e commit 40fa2de
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

## 5.0.1

### Bug fix
* Replace `_url` with `remote_url` when trying to guess file inputs [@tegon](https://github.com/tegon). This has the side-effect of changing carrierwave's support from `0.2.1` to `0.2.2`.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (5.0.0)
simple_form (5.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 = "5.0.0".freeze
VERSION = "5.0.1".freeze
end

0 comments on commit 40fa2de

Please sign in to comment.