summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a6b47b7d8f..40e28291ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.11.0 (2015-12-12)
+
+(this space intentionally left blank)
+
## 1.11.0.pre.2 (2015-12-06)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index d753d21cdc..97811e5934 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.11.0.pre.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.11.0" unless defined?(::Bundler::VERSION)
end