From e13ffaa8f3e6e75c12eb00bacf959754b7130a4d Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 2 Apr 2014 10:37:04 +0800 Subject: Version 1.6.1 with changelog --- CHANGELOG.md | 12 +++++++++++- lib/bundler/version.rb | 2 +- 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 -- cgit v1.2.1