From b7d85ec801438ecfa73ef30d338028079d69dbe4 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 23 Feb 2024 18:21:33 +0100 Subject: [PATCH 1/2] README(.md): Update to 0.8.0 ! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f2aab9b..1481c9d4a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is a Powershell module for configure a FortiGate (Fortinet) Firewall. -With this module (version 0.7.0) you can manage: +With this module (version 0.8.0) you can manage: - [Address](#address) (Add/Get/Copy/Set/Remove object type ipmask/subnet, FQDN, iprange and geo) - [AddressGroup](#address-group) (Add/Get/Copy/Set/Remove and Add/Remove Member) From 627e3cf1a4de5e29bb654b710175c066d32c4e8e Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 23 Feb 2024 18:21:48 +0100 Subject: [PATCH 2/2] PowerFGT.psd1: Update to 0.8.0 --- PowerFGT/PowerFGT.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerFGT/PowerFGT.psd1 b/PowerFGT/PowerFGT.psd1 index bef4c7836..098450039 100644 --- a/PowerFGT/PowerFGT.psd1 +++ b/PowerFGT/PowerFGT.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerFGT.psm1' # Version number of this module. - ModuleVersion = '0.7.0' + ModuleVersion = '0.8.0' # Supported PSEditions # CompatiblePSEditions = @()