summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-08 17:23:07 -0800
committerAndre Arko <andre@arko.net>2015-01-08 17:23:07 -0800
commite99a80e3bfdca3ac51e3d2c86bf3181ca0db3499 (patch)
tree8491f91f90b17627d4fd43aafc954db06e387dd3
parenta609adde6ac438beff8852e55f837402b7be663c (diff)
downloadbundler-e99a80e3bfdca3ac51e3d2c86bf3181ca0db3499.tar.gz
Version 1.7.12 with changelog
-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 efe137783e..88e31f3025 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.7.12 (2015-01-08)
+
+Bugfixes:
+
+ - Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore)
+
## 1.7.11 (2015-01-04)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 63b719482c..a4cb873e32 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.7.11" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.12" unless defined?(::Bundler::VERSION)
end