Skip to content

Commit a6671f5

Browse files
Release v0.10.0 (#43)
1 parent a485ccd commit a6671f5

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

.changes/unreleased/FEATURES-20231031-160804.yaml

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

.changes/v0.10.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v0.10.0 (November 15, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
6+
* targets, targets_disambiguated: Add `ProxyEnvironmentId` for create/edit requests and get/list responses for db and web targets; when creating/editing these targets, one of either `ProxyEnvironmentId` or `ProxyTargetId` is required ([#42](https://github.com/bastionzero/bastionzero-sdk-go/issues/42)).
7+
8+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.10.0 (November 15, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
6+
* targets, targets_disambiguated: Add `ProxyEnvironmentId` for create/edit requests and get/list responses for db and web targets; when creating/editing these targets, one of either `ProxyEnvironmentId` or `ProxyTargetId` is required ([#42](https://github.com/bastionzero/bastionzero-sdk-go/issues/42)).
7+
8+
19
## v0.9.0 (October 18, 2023)
210

311
FEATURES:

bastionzero/bastionzero.go

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

3636
const (
37-
libraryVersion = "v0.9.0"
37+
libraryVersion = "v0.10.0"
3838
// DefaultBaseURL is the default BastionZero API URL the Client communicates
3939
// with
4040
DefaultBaseURL = "https://cloud.bastionzero.com/"

0 commit comments

Comments
 (0)