From 0e2c2a8f304abdccf554e0f75794aa1f01ab9f3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:54:11 -0600 Subject: [PATCH] chore(main): release 0.1.80 (#125) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ lib/vagrant-zones/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 514b66e..f09a194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.80](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.79...v0.1.80) (2023-12-12) + + +### Bug Fixes + +* nameservers, windows tbu ([ac71703](https://github.com/STARTcloud/vagrant-zones/commit/ac7170336596ee4ec3179a12eb6139db6f6bae33)) +* remove junk ([42b68d6](https://github.com/STARTcloud/vagrant-zones/commit/42b68d6e9e3e9a45eed0ffe65f6a0e5e04309a9d)) +* rubocop linting ([123799f](https://github.com/STARTcloud/vagrant-zones/commit/123799fbe03bbedf36191ec22bc2ce878e01c8de)) +* update each loops per rubocop ([646c8d3](https://github.com/STARTcloud/vagrant-zones/commit/646c8d394bdf2faf6a725e0293c7ae732dba2ef5)) +* update netplan ([14fcb6e](https://github.com/STARTcloud/vagrant-zones/commit/14fcb6e6a21aeaf0a43944dc13f1b66996cc00b6)) + ## [0.1.79](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.78...v0.1.79) (2023-11-27) diff --git a/lib/vagrant-zones/version.rb b/lib/vagrant-zones/version.rb index e359461..3462cbf 100644 --- a/lib/vagrant-zones/version.rb +++ b/lib/vagrant-zones/version.rb @@ -2,7 +2,7 @@ module VagrantPlugins module ProviderZone - VERSION = '0.1.79' + VERSION = '0.1.80' NAME = 'vagrant-zones' end end