summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-07-23 18:07:26 -0700
committerAndre Arko <andre@arko.net>2014-07-23 18:07:26 -0700
commit1a6ebc78de59632dd628adf1a2be38cef47b5b86 (patch)
treecab3a504da7d5e68fdd0449f8f50eb6883399833
parentfb2d989e354d5e95114e5d884b00c0e86cebca86 (diff)
downloadbundler-1.6.5.tar.gz
Version 1.6.5 with changelog.v1.6.5
-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 bfedb0e3ff..5e63a16bae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.6.5 (2014-07-23)
+
+Bugfixes:
+
+ - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107)
+
## 1.6.4 (2014-07-17)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index fc8e643dc8..b3a3439ca7 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.6.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.5" unless defined?(::Bundler::VERSION)
end