From 5eb76612b320d78d90b23e70f8ce7176a91cdcb6 Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Sat, 31 Aug 2024 12:57:50 -0400 Subject: [PATCH] Updated Changelog and file versions --- CHANGELOG.md | 8 ++++++++ Src/Private/Get-VbrRequiredModule.ps1 | 2 +- Src/Private/SharedUtilsFunctions.ps1 | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1158e..38f26dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.6.1] - Unreleased +### Added + +- Add support for NAS Repository (Backup-to-Repository) + ### Changed - Allow EDGE to connect between Subgraph Clusters +### Fixed + +- Fix veeam module version detection + ## [0.6.0] - 2024-05-09 ### Changed diff --git a/Src/Private/Get-VbrRequiredModule.ps1 b/Src/Private/Get-VbrRequiredModule.ps1 index 322df95..f3453b8 100644 --- a/Src/Private/Get-VbrRequiredModule.ps1 +++ b/Src/Private/Get-VbrRequiredModule.ps1 @@ -5,7 +5,7 @@ function Get-VbrRequiredModule { .DESCRIPTION Build a diagram of the configuration of Veeam VBR in PDF/PNG/SVG formats using Psgraph. .NOTES - Version: 0.0.2 + Version: 0.6.1 Author: Jonathan Colon Twitter: @jcolonfzenpr Github: rebelinux diff --git a/Src/Private/SharedUtilsFunctions.ps1 b/Src/Private/SharedUtilsFunctions.ps1 index 30e61d4..2dec75e 100644 --- a/Src/Private/SharedUtilsFunctions.ps1 +++ b/Src/Private/SharedUtilsFunctions.ps1 @@ -4,7 +4,7 @@ function Get-IconType { Used by Veeam.Diagrammer to translate repository type to icon type object. .DESCRIPTION .NOTES - Version: 0.1.0 + Version: 0.6.1 Author: Jonathan Colon .EXAMPLE .LINK @@ -47,7 +47,7 @@ function Get-RoleType { Used by Veeam.Diagrammer to translate role type to function type object. .DESCRIPTION .NOTES - Version: 0.1.0 + Version: 0.6.1 Author: Jonathan Colon .EXAMPLE .LINK