Skip to content

Commit

Permalink
Version 1.1.5 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jul 17, 2012
1 parent 4f9f810 commit bbce585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.1.5 (Jul 17, 2012)

Features:

- Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it

## 1.1.4 (May 27, 2012)

Bugfixes:
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.1.4" unless defined?(::Bundler::VERSION)
VERSION = "1.1.5" unless defined?(::Bundler::VERSION)
end

0 comments on commit bbce585

Please sign in to comment.