From d1a383bd6f73ff912efd147eac4465570e1d4f71 Mon Sep 17 00:00:00 2001 From: Felipe Renan Date: Thu, 15 Feb 2018 19:11:06 -0200 Subject: [PATCH] Release 3.5.1 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c285c9fe..54b72a96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 3.5.1 + ### Enhancements * Exclude hidden field when unchecked_value: false. [@fschwahn](https://github.com/fschwahn) * Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos) diff --git a/Gemfile.lock b/Gemfile.lock index 99a8685c2..877ba6227 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_form (3.5.0) + simple_form (3.5.1) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index 2b730f0ba..9bbbab947 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module SimpleForm - VERSION = "3.5.0".freeze + VERSION = "3.5.1".freeze end