summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-11 21:07:05 -0800
committerAndre Arko <andre@arko.net>2014-11-11 21:07:05 -0800
commit7e67be51b2ba4c15e8a3757abe7b0836563be7fc (patch)
tree5e451f7bb8362d517e2c9691a3dc0d072beeb837
parent052f3810eb83b6339a3a4f639c0101f67c47f0d1 (diff)
downloadbundler-1-6-stable.tar.gz
Version 1.6.9 with changelogv1.6.91-6-stable
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0627480232..504fcea40d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,14 @@
+## 1.6.9 (2014-11-11)
+
+Features:
+
+ - alternate certificates that work with all OpenSSLs (@luislavena, @indirect)
+
## 1.6.8 (2014-11-10)
Features:
- - vendor new certificates to validate HTTPS with rubygems.org
+ - vendor new certificates to validate HTTPS with rubygems.org (@indirect)
## 1.6.7 (2014-10-19)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 07a9af798f..15cafb72d4 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.9" unless defined?(::Bundler::VERSION)
end