aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-18 15:42:12 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-18 15:42:12 -0500
commit5a0230c67f852fb21173f99647e76336897446c1 (patch)
tree229177305a322ef5edbd9b0526976ec8f0c76391 /activestorage
parentea83132e0eeb6988f9211d5b5cbe4b99f2b9982e (diff)
downloadrails-5a0230c67f852fb21173f99647e76336897446c1.tar.gz
rails-5a0230c67f852fb21173f99647e76336897446c1.tar.bz2
rails-5a0230c67f852fb21173f99647e76336897446c1.zip
Preparing for 6.0.0.beta1 release
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md2
-rw-r--r--activestorage/lib/active_storage/gem_version.rb2
-rw-r--r--activestorage/package.json2
3 files changed, 4 insertions, 2 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index fbc78a50ab..659bacebde 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 6.0.0.beta1 (January 18, 2019) ##
+
* Replace `config.active_storage.queue` with two options that indicate which
queues analysis and purge jobs should use, respectively:
diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb
index 492620731b..c4c7bf5677 100644
--- a/activestorage/lib/active_storage/gem_version.rb
+++ b/activestorage/lib/active_storage/gem_version.rb
@@ -10,7 +10,7 @@ module ActiveStorage
MAJOR = 6
MINOR = 0
TINY = 0
- PRE = "alpha"
+ PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff --git a/activestorage/package.json b/activestorage/package.json
index 37706efe37..f7b896b5ee 100644
--- a/activestorage/package.json
+++ b/activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
- "version": "6.0.0-alpha",
+ "version": "6.0.0-beta1",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [