Skip to content

Commit

Permalink
Release v0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2023
1 parent c238326 commit f77a347
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20230609-162304.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20230614-130429.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -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)).


11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bastionzero/bastionzero.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit f77a347

Please sign in to comment.