diff --git a/CHANGELOG b/CHANGELOG index 89c9833..dd8567d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ CHANGELOG ========= +0.6.0 +----- + +2019-09-05 + +This is a backwards compatible update. + + * Add a dependency on vagrant-bolt 0.1.x. Only used for Vagrant 2.2 or newer. + + * Update vagrant-hosts dependency to 2.9.x + + 0.5.6 ----- diff --git a/lib/oscar/version.rb b/lib/oscar/version.rb index 610b843..c3cffd6 100644 --- a/lib/oscar/version.rb +++ b/lib/oscar/version.rb @@ -1,3 +1,3 @@ module Oscar - VERSION = '0.5.6'.freeze + VERSION = '0.6.0'.freeze end