diff --git a/NEWS.md b/NEWS.md index b3cb77c..33e9078 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,13 @@ User-visible changes worth mentioning. -## Upcoming (unreleased) +## 4.0.2 -- [#288] Don’t send “removed badge” notifications when user doesn’t have the - badge +- [#355, #356] Add index on merit_actions.processed column +- [#354] Fix Rails autoloader deprecation warnings + Requires wrapping `Merit::Badge.create` with `Rails.application.reloader.to_prepare` +- Test with Ruby 3 and Rails 6.1 (excludes Rails 5.2 with Ruby 3, that errors out) +- [#288] Don’t send “removed badge” notifications when user doesn’t have the badge ## 4.0.1 diff --git a/merit.gemspec b/merit.gemspec index c30c29b..e3723c0 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 = '4.0.1' + s.version = '4.0.2' s.authors = ["Tute Costa"] s.email = 'tutecosta@gmail.com'