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