diff --git a/CHANGELOG.md b/CHANGELOG.md index a4109882..e54fa9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +Nothing yet + +## [0.2.4] - 2022-04-27 ### Changed -- Add ruby 3.1 to CI (#123) +- Add ruby 3.1 to CI (#123) ### Fixed - Fix `FileFieldComponent` options for `direct_upload` and `include_hidden` (#122) diff --git a/Gemfile.lock b/Gemfile.lock index e77cd5f5..d087afaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - view_component-form (0.2.3) + view_component-form (0.2.4) actionview (>= 6.0.0, < 7.1) activesupport (>= 6.0.0, < 7.1) view_component (>= 2.34.0, < 3.0) @@ -241,7 +241,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) - view_component (2.51.0) + view_component (2.53.0) activesupport (>= 5.0.0, < 8.0) method_source (~> 1.0) websocket-driver (0.7.5) diff --git a/lib/view_component/form/version.rb b/lib/view_component/form/version.rb index abb1678b..bfb402f1 100644 --- a/lib/view_component/form/version.rb +++ b/lib/view_component/form/version.rb @@ -2,6 +2,6 @@ module ViewComponent module Form - VERSION = "0.2.3" + VERSION = "0.2.4" end end