Skip to content

Commit f77a347

Browse files
Release v0.4.0 (#24)
1 parent c238326 commit f77a347

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

.changes/unreleased/FEATURES-20230609-162304.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/FEATURES-20230614-130429.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v0.4.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v0.4.0 (July 12, 2023)
2+
3+
FEATURES:
4+
5+
6+
* autodiscovery: Add support for PowerShell scripts / Windows agents ([#22](https://github.com/bastionzero/bastionzero-sdk-go/issues/22)).
7+
8+
9+
* connections/rdp-sqlserver: Add support for RDP and SQL Server connections ([#23](https://github.com/bastionzero/bastionzero-sdk-go/issues/23)).
10+
11+

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.4.0 (July 12, 2023)
2+
3+
FEATURES:
4+
5+
6+
* autodiscovery: Add support for PowerShell scripts / Windows agents ([#22](https://github.com/bastionzero/bastionzero-sdk-go/issues/22)).
7+
8+
9+
* connections/rdp-sqlserver: Add support for RDP and SQL Server connections ([#23](https://github.com/bastionzero/bastionzero-sdk-go/issues/23)).
10+
11+
112
## v0.3.0 (June 07, 2023)
213

314
FEATURES:

bastionzero/bastionzero.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
const (
35-
libraryVersion = "v0.3.0"
35+
libraryVersion = "v0.4.0"
3636
// DefaultBaseURL is the default BastionZero API URL the Client communicates
3737
// with
3838
DefaultBaseURL = "https://cloud.bastionzero.com/"

0 commit comments

Comments
 (0)