summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-10 16:23:40 -0800
committerAndre Arko <andre@arko.net>2014-11-10 16:47:08 -0800
commit28b3808c7d9c8331f497fc865569c1ab716f58f1 (patch)
tree3302d9cf9e5d9030deef1918021f0a8d2c96db53
parentdc55c6471f3e425ba7a9e52ec285526fca5a812a (diff)
downloadbundler-28b3808c7d9c8331f497fc865569c1ab716f58f1.tar.gz
Version 1.7.5 with changelogv1.7.5
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 804f6672f6..10cbe6ad30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.7.5 (2014-11-10)
+
+Bugfixes:
+
+ - Fix --deployment with source blocks and non-alphabetical gems (#3224, @tmoore)
+ - Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect)
+
## 1.7.4 (2014-10-19)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 9989ef90be..5f4f12d8ba 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.5" unless defined?(::Bundler::VERSION)
end