summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-11 02:02:08 -0700
committerAndre Arko <andre@arko.net>2015-03-11 02:02:08 -0700
commit85719633f39a33c04e303cb5f9341881e20e6d8f (patch)
treee3f171f5ca46bc11c2d12879641f8d14753ff22a
parentad2e4530b55709034ed11d96765982e4b8d34e5c (diff)
downloadbundler-85719633f39a33c04e303cb5f9341881e20e6d8f.tar.gz
Version 1.8.5 with changelogv1.8.5
-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 4084f7d780..01c1eeefba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.8.5 (2015-03-11)
+
+Bugfixes:
+
+ - remove MIT license from gemspec when removing license file (@indirect)
+ - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
## 1.8.4 (2015-03-05)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 4e015b6403..0ac5423bca 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.5" unless defined?(::Bundler::VERSION)
end