From 5e6e505083c2b0caf85b2f86c6be3ff3d8750857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 25 Feb 2019 17:45:04 -0500 Subject: Preparing for 6.0.0.beta2 release --- actionmailbox/CHANGELOG.md | 2 ++ actionmailbox/lib/action_mailbox/gem_version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'actionmailbox') diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md index 3e92283c12..d47f72fff7 100644 --- a/actionmailbox/CHANGELOG.md +++ b/actionmailbox/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.0.beta2 (February 25, 2019) ## + * Allow skipping incineration of processed emails. This can be done by setting `config.action_mailbox.incinerate` to `false`. diff --git a/actionmailbox/lib/action_mailbox/gem_version.rb b/actionmailbox/lib/action_mailbox/gem_version.rb index 1f9c4272b9..e7e3317f16 100644 --- a/actionmailbox/lib/action_mailbox/gem_version.rb +++ b/actionmailbox/lib/action_mailbox/gem_version.rb @@ -10,7 +10,7 @@ module ActionMailbox MAJOR = 6 MINOR = 0 TINY = 0 - PRE = "beta1" + PRE = "beta2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end -- cgit v1.2.3