summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-10-19 23:35:44 -0700
committerAndre Arko <andre@arko.net>2014-10-19 23:35:58 -0700
commite4c94a0d1c02b33fb1a3df049f48169b1765bced (patch)
treee3a503360ebe1a3bd8e6b13785d6777aea03143c
parent783af9b7571009fbd08e94bc26756f5b1c7739db (diff)
downloadbundler-e4c94a0d1c02b33fb1a3df049f48169b1765bced.tar.gz
Version 1.6.7 with changelogv1.6.7
-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