Skip to content

Commit 82a2c49

Browse files
Release v5.0.3
1 parent 0570db5 commit 82a2c49

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Unreleased
1+
## 5.0.3
22

3+
### Bug fix
34
* Fix for ActiveStorage::Attached::Many. [@enriquez](https://github.com/enriquez)
45

56
## 5.0.2

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simple_form (5.0.2)
4+
simple_form (5.0.3)
55
actionpack (>= 5.0)
66
activemodel (>= 5.0)
77

lib/simple_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module SimpleForm
3-
VERSION = "5.0.2".freeze
3+
VERSION = "5.0.3".freeze
44
end

0 commit comments

Comments
 (0)