aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2019-03-11 11:58:15 -0400
committereileencodes <eileencodes@gmail.com>2019-03-11 11:58:15 -0400
commit7c87fd5635fd830905e17d3cbf1eb2a2215acedf (patch)
tree751a2f2af53bb9176c3b4d8ae418eb745aae552c /actionmailbox
parent4c743587ad6a31908503ab317e37d70361d49e66 (diff)
downloadrails-7c87fd5635fd830905e17d3cbf1eb2a2215acedf.tar.gz
rails-7c87fd5635fd830905e17d3cbf1eb2a2215acedf.tar.bz2
rails-7c87fd5635fd830905e17d3cbf1eb2a2215acedf.zip
Prep release
* Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header
Diffstat (limited to 'actionmailbox')
-rw-r--r--actionmailbox/CHANGELOG.md5
-rw-r--r--actionmailbox/lib/action_mailbox/gem_version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md
index d47f72fff7..f59c052d63 100644
--- a/actionmailbox/CHANGELOG.md
+++ b/actionmailbox/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 6.0.0.beta3 (March 11, 2019) ##
+
+* No changes.
+
+
## Rails 6.0.0.beta2 (February 25, 2019) ##
* Allow skipping incineration of processed emails.
diff --git a/actionmailbox/lib/action_mailbox/gem_version.rb b/actionmailbox/lib/action_mailbox/gem_version.rb
index e7e3317f16..a063553471 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 = "beta2"
+ PRE = "beta3"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end