Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.6.9 with changelog
  • Loading branch information
indirect committed Nov 12, 2014
1 parent 052f381 commit 7e67be5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -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

0 comments on commit 7e67be5

Please sign in to comment.