From 1d7ab322984a601557953a1a236d57d3f471cc97 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 30 Mar 2015 21:46:09 +0100 Subject: Version 1.7.14 with changelog --- CHANGELOG.md | 7 +++++++ lib/bundler/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9c1aa61e..ae6b277d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.7.14 (2015-03-30) + +Bugfixes: + + - Keep gems locked when updating another gem from the same source (#3250, @indirect) + - Don't add extra quotes around long, quoted config values (@aroben, #3338) + ## 1.7.13 (2015-02-07) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 9261f2058d..c799f9b8fa 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.7.13" unless defined?(::Bundler::VERSION) + VERSION = "1.7.14" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1