diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bacb1e..67a9ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.96](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.95...v0.1.96) (2024-08-17) + + +### Bug Fixes + +* linting ([86dc089](https://github.com/STARTcloud/vagrant-zones/commit/86dc089c8c2b3b1740fb4ef4eb315f2b2e2dd94a)) +* linting ([04d665d](https://github.com/STARTcloud/vagrant-zones/commit/04d665d09e68473093a31d86e33065d7f0b698ca)) + ## [0.1.95](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.94...v0.1.95) (2024-08-17) diff --git a/lib/vagrant-zones/version.rb b/lib/vagrant-zones/version.rb index 34df37c..42ef953 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,7 +2,7 @@ module VagrantPlugins module ProviderZone - VERSION = '0.1.95' + VERSION = '0.1.96' NAME = 'vagrant-zones' end end