Skip to content

Commit

Permalink
Updated Changelog and file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Aug 31, 2024
1 parent e62df22 commit 5eb7661
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Src/Private/Get-VbrRequiredModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/SharedUtilsFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5eb7661

Please sign in to comment.