diff --git a/NEWS.md b/NEWS.md index a1f1efd2..fc455c9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ User-visible changes worth mentioning. +## 3.0.1 + +- [#282] Run action controller load hook only once +- [#284] Add migration version to active record migrations +- Add RELEASING.md document + ## 3.0.0 - [#276] Drops Rails <5 version support. Drops deprecated `action_filter` call. diff --git a/merit.gemspec b/merit.gemspec index 9eaee988..2a00669a 100644 --- a/merit.gemspec +++ b/merit.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ } s.test_files = `git ls-files -- test/*`.split("\n") s.license = 'MIT' - s.version = '3.0.0' + s.version = '3.0.1' s.authors = ["Tute Costa"] s.email = 'tutecosta@gmail.com'