From 1a6ebc78de59632dd628adf1a2be38cef47b5b86 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 23 Jul 2014 18:07:26 -0700 Subject: Version 1.6.5 with changelog. --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1