diff --git a/CHANGELOG.md b/CHANGELOG.md index 415cdd71bbc..33b9528d31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.17.1 (2018-10-25) + + - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon) + ## 1.17.0 (2018-10-25) No new changes. diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 081b87784c0..02ec96adc96 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -7,7 +7,7 @@ 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.17.0" unless defined?(::Bundler::VERSION) + VERSION = "1.17.1" unless defined?(::Bundler::VERSION) def self.overwrite_loaded_gem_version begin