summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-12 18:12:10 -0700
committerAndre Arko <andre@arko.net>2015-05-12 18:17:21 -0700
commit910529997449d91e94f1ce58dce59dc2212320e2 (patch)
treeb52de95a9bb22e752001e42ac73befe96c919e73
parentf5fd8ee93cec00df369f9645b02cc72e603547bc (diff)
downloadbundler-910529997449d91e94f1ce58dce59dc2212320e2.tar.gz
Version 1.9.8 with changelogv1.9.8
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43d674d18c..32cd58b952 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
-## 1.9.7 (2015-05-05)
+## 1.9.8 (2015-05-12)
+
+Bugfixes:
+
+ - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins)
+
+## 1.9.7 (2015-05-11)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 3dc169c4df..4b12329ce3 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.9.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.8" unless defined?(::Bundler::VERSION)
end