From 334e682a74f3a09c8014198763eba10dfb3b2c44 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 7 May 2015 11:16:32 +0100 Subject: Version 1.10.0.pre.2 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 3a037c104d..1b3e699fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.0.pre.2 (2015-05-07) + +Bugfixes: + + - make BUNDLED WITH backwards compatible (#3623, @segiddins) + ## 1.10.0.pre.1 (2015-05-05) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index d46b7843dd..22d6ef499b 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.10.0.pre.1" unless defined?(::Bundler::VERSION) + VERSION = "1.10.0.pre.2" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1