From 51e9e02a20fe70bc6b0f88abaa76d2af7b9e7326 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 10 Nov 2014 16:02:43 -0800 Subject: Version 1.6.8 with changelog [ci skip] --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1