summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c02361f9e6..e495dbf99c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.13.7 (2016-12-25)
+
+Features:
+
+ - add support for the `ruby_24` gemfile filter (#5281, @amatsuda)
+
## 1.13.6 (2016-10-22)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 9cd9fb0064..1f1a2ee09b 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,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.13.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.7" unless defined?(::Bundler::VERSION)
end