summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-08-23 17:12:05 -0500
committerAndre Arko <andre@arko.net>2014-08-23 18:27:33 -0500
commit954ffb3c65d3598b055b27c5f4a5fa680dc482c1 (patch)
tree2534cbb97d809a0f187903dc17c9923ffcc921a3
parenta86a538b47ea4691f1553c56670b63365d2c9c0f (diff)
downloadbundler-954ffb3c65d3598b055b27c5f4a5fa680dc482c1.tar.gz
Version 1.6.6 with changelogv1.6.6
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e63a16bae..e28f80aaa8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.6.6 (2014-08-23)
+
+Bugfixes:
+
+ - restore Gemfile credentials to Gemfile.lock (@indirect)
+
## 1.6.5 (2014-07-23)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index b3a3439ca7..141e0ab355 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.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.6" unless defined?(::Bundler::VERSION)
end