diff options
author | Andre Arko <andre@arko.net> | 2015-05-16 15:26:01 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-05-16 15:26:01 -0700 |
commit | be432f5bceacf37e08d4dc8e3a727717260f18f7 (patch) | |
tree | 55ab177f94991046a19daaa6812ca63ffae25d8c | |
parent | ed86e50c8c7414c0a53f5288c5e4e7925b4960d5 (diff) | |
download | bundler-be432f5bceacf37e08d4dc8e3a727717260f18f7.tar.gz |
Version 1.9.9 with changelogv1.9.9
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | lib/bundler/version.rb | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cd58b952..8e9e21deb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.9.9 (2015-05-16) + +Bugfixes: + + - read mirror and credential settings from older versions (#3557, @Strech) + ## 1.9.8 (2015-05-12) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 4b12329ce3..7eed086772 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.9.8" unless defined?(::Bundler::VERSION) + VERSION = "1.9.9" unless defined?(::Bundler::VERSION) end |