summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-30 21:54:51 +0100
committerAndre Arko <andre@arko.net>2015-03-30 21:54:51 +0100
commit52625b1a1e25d3145cbe6f6ed19799f55c4049ae (patch)
tree659f00b65e5bf3b397d67a2599042cf990773006
parent0406b3241630bf2358c5696cdae3a04be435ba80 (diff)
downloadbundler-1.8.6.tar.gz
Version 1.8.6 with changelogv1.8.6
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01c1eeefba..1239d93cd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.8.6 (2015-03-30)
+
+Bugfixes:
+
+ - keep gems locked when updating another gem from the same source (#3250, @indirect)
+ - resolve race that could build gems without saved arguments (#3404, @indirect)
+
## 1.8.5 (2015-03-11)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 0ac5423bca..7aa6de5b21 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.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.6" unless defined?(::Bundler::VERSION)
end