From be432f5bceacf37e08d4dc8e3a727717260f18f7 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 16 May 2015 15:26:01 -0700 Subject: Version 1.9.9 with changelog --- CHANGELOG.md | 6 ++++++ lib/bundler/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1