diff --git a/.changes/unreleased/FEATURES-20230609-162304.yaml b/.changes/unreleased/FEATURES-20230609-162304.yaml deleted file mode 100644 index 28cf5d4..0000000 --- a/.changes/unreleased/FEATURES-20230609-162304.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'autodiscovery: Add support for PowerShell scripts / Windows agents' -time: 2023-06-09T16:23:04.695794-04:00 -custom: - Issues: "22" diff --git a/.changes/unreleased/FEATURES-20230614-130429.yaml b/.changes/unreleased/FEATURES-20230614-130429.yaml deleted file mode 100644 index 5ef494c..0000000 --- a/.changes/unreleased/FEATURES-20230614-130429.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'connections/rdp-sqlserver: Add support for RDP and SQL Server connections' -time: 2023-06-14T13:04:29.754752-04:00 -custom: - Issues: "23" diff --git a/.changes/v0.4.0.md b/.changes/v0.4.0.md new file mode 100644 index 0000000..adbd5aa --- /dev/null +++ b/.changes/v0.4.0.md @@ -0,0 +1,11 @@ +## v0.4.0 (July 12, 2023) + +FEATURES: + + +* autodiscovery: Add support for PowerShell scripts / Windows agents ([#22](https://github.com/bastionzero/bastionzero-sdk-go/issues/22)). + + +* connections/rdp-sqlserver: Add support for RDP and SQL Server connections ([#23](https://github.com/bastionzero/bastionzero-sdk-go/issues/23)). + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 701a70f..5004ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.4.0 (July 12, 2023) + +FEATURES: + + +* autodiscovery: Add support for PowerShell scripts / Windows agents ([#22](https://github.com/bastionzero/bastionzero-sdk-go/issues/22)). + + +* connections/rdp-sqlserver: Add support for RDP and SQL Server connections ([#23](https://github.com/bastionzero/bastionzero-sdk-go/issues/23)). + + ## v0.3.0 (June 07, 2023) FEATURES: diff --git a/bastionzero/bastionzero.go b/bastionzero/bastionzero.go index 0986903..2187133 100644 --- a/bastionzero/bastionzero.go +++ b/bastionzero/bastionzero.go @@ -32,7 +32,7 @@ import ( ) const ( - libraryVersion = "v0.3.0" + libraryVersion = "v0.4.0" // DefaultBaseURL is the default BastionZero API URL the Client communicates // with DefaultBaseURL = "https://cloud.bastionzero.com/"