summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-04-02 10:37:04 +0800
committerAndre Arko <andre@arko.net>2014-04-02 10:37:04 +0800
commite13ffaa8f3e6e75c12eb00bacf959754b7130a4d (patch)
tree617ee18614e1bbb540b096d3b23301eaa5ccfbf3
parent434f8d7e66a7980eaaef4d196113ca0adc124284 (diff)
downloadbundler-e13ffaa8f3e6e75c12eb00bacf959754b7130a4d.tar.gz
Version 1.6.1 with changelogv1.6.1
-rw-r--r--CHANGELOG.md12
-rw-r--r--lib/bundler/version.rb2
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa01bbf235..1748d9d8f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
-## 1.6.0
+## 1.6.1 (2014-04-02)
+
+Bugfixes:
+
+ - update C extensions when git gem versions change (#2948, @dylanahsmith)
+
+Features:
+
+ - add support for C extensions in sudo mode on Rubygems 2.2
+
+## 1.6.0 (2014-04-28)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index e2f6165550..a3c1f909d8 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.6.0" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.1" unless defined?(::Bundler::VERSION)
end