From 70fca61c94eb15c6435062c963652cc28638a82c Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 7 Apr 2015 20:22:47 -0700 Subject: Version 1.8.7 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 1239d93cd0..09c100db53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.7 (2015-04-07) + +Bugfixes: + + - stop suppressing errors inside gems that get required (#3549, @indirect) + ## 1.8.6 (2015-03-30) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 7aa6de5b21..cc5a1efad5 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.8.6" unless defined?(::Bundler::VERSION) + VERSION = "1.8.7" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1