Skip to content

Commit 4abeae1

Browse files
Release v0.6.0 (#31)
1 parent d78c268 commit 4abeae1

5 files changed

Lines changed: 29 additions & 12 deletions

File tree

.changes/unreleased/ENHANCEMENTS-20230725-142941.yaml

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

.changes/unreleased/FEATURES-20230725-172355.yaml

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

.changes/v0.6.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v0.6.0 (August 18, 2023)
2+
3+
FEATURES:
4+
5+
6+
* agents: add endpoint to GET agents ([#27](https://github.com/bastionzero/bastionzero-sdk-go/issues/27)).
7+
8+
9+
ENHANCEMENTS:
10+
11+
12+
* environments: `Name` is added as an accepted field for modifying existing environments. New environment name must still be unique. ([#26](https://github.com/bastionzero/bastionzero-sdk-go/issues/26)).
13+
14+

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.6.0 (August 18, 2023)
2+
3+
FEATURES:
4+
5+
6+
* agents: add endpoint to GET agents ([#27](https://github.com/bastionzero/bastionzero-sdk-go/issues/27)).
7+
8+
9+
ENHANCEMENTS:
10+
11+
12+
* environments: `Name` is added as an accepted field for modifying existing environments. New environment name must still be unique. ([#26](https://github.com/bastionzero/bastionzero-sdk-go/issues/26)).
13+
14+
115
## v0.5.0 (August 01, 2023)
216

317
ENHANCEMENTS:

bastionzero/bastionzero.go

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

3535
const (
36-
libraryVersion = "v0.5.0"
36+
libraryVersion = "v0.6.0"
3737
// DefaultBaseURL is the default BastionZero API URL the Client communicates
3838
// with
3939
DefaultBaseURL = "https://cloud.bastionzero.com/"

0 commit comments

Comments
 (0)