summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-10 16:02:43 -0800
committerAndre Arko <andre@arko.net>2014-11-10 16:46:32 -0800
commit51e9e02a20fe70bc6b0f88abaa76d2af7b9e7326 (patch)
tree0f5ee33f1c2209780402a9ec9ec5ad94c5761f73
parenta94bc4e7252d0aaf305810669a5b79266499ae78 (diff)
downloadbundler-51e9e02a20fe70bc6b0f88abaa76d2af7b9e7326.tar.gz
Version 1.6.8 with changelogv1.6.8
[ci skip]
-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 9c22114cfa..0627480232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.6.8 (2014-11-10)
+
+Features:
+
+ - vendor new certificates to validate HTTPS with rubygems.org
+
## 1.6.7 (2014-10-19)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 7b94af573a..07a9af798f 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.8" unless defined?(::Bundler::VERSION)
end