summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-04-28 16:02:31 -0700
committerAndre Arko <andre@arko.net>2016-04-28 16:03:10 -0700
commitaded13b3df2cca34f49b8212b4789131193d1d06 (patch)
tree98c20ec2c2f13799071f1ccd6d1b3e318f2f0a8e
parent42ef0abd154b844dd7fe8f94eb100cc7fe2aa3ac (diff)
downloadbundler-document-update-ruby.tar.gz
Version 1.12.0 with changelogdocument-update-ruby
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/bundler/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2de97e77c5..9bc64b2fad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.12.0 (2016-04-28)
+
+This space intentionally left blank.
+
## 1.12.0.rc.4 (2016-04-21)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 7160a0fb2d..f7103879ac 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
- VERSION = "1.12.0.rc.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.0" unless defined?(::Bundler::VERSION)
end