aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-27 13:01:15 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-27 14:50:03 -0500
commitcceeeb6e57f1cf8b24d507e2da9ed85d374c8bc5 (patch)
tree6c3b79fd535709776b6ad55755aa6ae7b1c4342a /activestorage
parent5fb36d03dba0eb5309788b53372ebe7dd980639d (diff)
downloadrails-cceeeb6e57f1cf8b24d507e2da9ed85d374c8bc5.tar.gz
rails-cceeeb6e57f1cf8b24d507e2da9ed85d374c8bc5.tar.bz2
rails-cceeeb6e57f1cf8b24d507e2da9ed85d374c8bc5.zip
Preparing for 5.2.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 358552313f..1006e4e06f 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 5.2.0.beta1 (November 27, 2017) ##
+
* Added to Rails.
*DHH*
diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb
index e1d7b3493a..b5e783793b 100644
--- a/activestorage/lib/active_storage/gem_version.rb
+++ b/activestorage/lib/active_storage/gem_version.rb
@@ -10,7 +10,7 @@ module ActiveStorage
MAJOR = 5
MINOR = 2
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 8e6dd1c57f..77ef35060b 100644
--- a/activestorage/package.json
+++ b/activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "activestorage",
- "version": "5.2.0-alpha",
+ "version": "5.2.0-beta1",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [