summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-03-03 08:21:32 -0800
committerAndre Arko <andre@arko.net>2013-03-03 08:25:11 -0800
commite8677119baaae61da448ccd772a3cbf7175d2e89 (patch)
tree9ba18c79cd9f1c64016513f5f4eee1c7176eee86
parente47f10b872039ce036b14fab56ce62f731d1e727 (diff)
downloadbundler-1.3.1.tar.gz
Version 1.3.1 with changelogv1.3.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/bundler/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e55ec7640..778d6a7b68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 1.3.1 (3 March 2013)
+
+Bugfixes:
+
+ - include manpages in gem, restoring many help pages
+ - handle more SSL certificate verification failures
+ - check for the full version of SSL, which we need (@alup)
+ - gem rake task 'install' now depends on task 'build' (@sunaku)
+
## 1.3.0 (24 February 2013)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 899528d643..a433232d5a 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.3.0" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.1" unless defined?(::Bundler::VERSION)
end