We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570db5 commit 82a2c49Copy full SHA for 82a2c49
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## Unreleased
+## 5.0.3
2
3
+### Bug fix
4
* Fix for ActiveStorage::Attached::Many. [@enriquez](https://github.com/enriquez)
5
6
## 5.0.2
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- simple_form (5.0.2)
+ simple_form (5.0.3)
actionpack (>= 5.0)
activemodel (>= 5.0)
7
lib/simple_form/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
- VERSION = "5.0.2".freeze
+ VERSION = "5.0.3".freeze
end
0 commit comments