summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-14 21:48:28 +1100
committerAndre Arko <andre@arko.net>2015-02-14 21:48:28 +1100
commitda20a792c60dd2e8d82b1179b48b14533422ebb8 (patch)
treeaa9a6510209bdef2b3f7f9b33193632a20e0cc8c
parent0f182edb1d13740bd9c70d161f7c2871ff09f934 (diff)
downloadbundler-1.8.2.tar.gz
Version 1.8.2 with changelogv1.8.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 459f8051a0..6244414170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.8.2 (2015-02-14)
+
+Bugfixes:
+
+ - allow config settings for gems with 'http' in the name again (#3398, @tmoore)
+
## 1.8.1 (2015-02-13)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index f25ceb490a..65a955cb72 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.8.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.2" unless defined?(::Bundler::VERSION)
end