summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-12-06 16:58:51 -0800
committerAndre Arko <andre@arko.net>2014-12-06 16:58:51 -0800
commit6140bc3b68bff39a938ff29a192146aaa9248903 (patch)
tree7b82af32e9ff3720d0ea49849ea5bfc9a9752d13
parent298618cea9c8e0403e5500ed5acd987490b87b96 (diff)
downloadbundler-6140bc3b68bff39a938ff29a192146aaa9248903.tar.gz
Version 1.7.8 with changelogv1.7.8
-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 5e225a4e9a..e5f46f0602 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.7.8 (2014-12-06)
+
+Bugfixes:
+
+ - Hide credentials while warning about gems with ambiguous sources (#3256, @tmoore)
+
## 1.7.7 (2014-11-19)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index ffd5d85492..83bdb58557 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.8" unless defined?(::Bundler::VERSION)
end