From d715ae9e612ad002dbe1b62db59d2abdd0f2dd77 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Thu, 3 Jan 2019 11:33:51 +1100 Subject: Bundler 2.0 with changelog --- CHANGELOG.md | 4 ++++ lib/bundler/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a114f3c1eb..77b69b421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 (2019-01-03) + +No new changes + ## 2.0.0.pre.3 (2018-12-30) Breaking Changes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 92411d0cab..da356fe50e 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 = "2.0.0.pre.3" unless defined?(::Bundler::VERSION) + VERSION = "2.0.0" unless defined?(::Bundler::VERSION) def self.overwrite_loaded_gem_version begin -- cgit v1.2.1