summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/bundler/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e28f80aaa8..9c22114cfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.6.7 (2014-10-19)
+
+Features:
+
+ - warn to upgrade when using useless source blocks (@danfinnie)
+
+Documentation:
+
+ - explain how to use gem server credentials via ENV (@hwartig)
+
## 1.6.6 (2014-08-23)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 141e0ab355..7b94af573a 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.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.7" unless defined?(::Bundler::VERSION)
end