From 0ce87728151f892356d2c6a6cab870b4024abd26 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Tue, 1 Sep 2015 11:56:40 +0800 Subject: [PATCH] Release rails_utils v3.3.4 --- CHANGELOG.md | 4 ++++ lib/rails_utils/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142b2b7..c26ee0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ### Unreleased +### Version 3.3.4 + - [Pull Request 23](https://github.com/winston/rails_utils/pull/23) - Fix #flash_messages not properly apply `html_safe`ed. +[Full Changelog](https://github.com/winston/rails_utils/compare/v3.3.3...v3.3.4) + ### Version 3.3.3 - [Pull Request 21](https://github.com/winston/rails_utils/pull/21) - Fix page controller class bug for nested-level controllers - by @allenwq. diff --git a/lib/rails_utils/version.rb b/lib/rails_utils/version.rb index 934b979..a9af4a5 100644 --- a/lib/rails_utils/version.rb +++ b/lib/rails_utils/version.rb @@ -1,3 +1,3 @@ module RailsUtils - VERSION = "3.3.3" + VERSION = "3.3.4" end