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

Commit

Permalink
Version 1.7.1.pre with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 16, 2014
1 parent cc4c0df commit 924ad54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 1.7.1

Bugfixes:

- Install gems from one source needed by gems in another source (@indirect)

## 1.7.0 (2014-08-13)

Security:

- Fix for CVE-2013-0334, installing gems from an unexpected source
- Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore)

Features:

Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
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.7.0" unless defined?(::Bundler::VERSION)
VERSION = "1.7.1.pre" unless defined?(::Bundler::VERSION)
end

0 comments on commit 924ad54

Please sign in to comment.