Skip to content

Commit

Permalink
Release v0.10.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent a485ccd commit a6671f5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231031-160804.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.10.0 (November 15, 2023)

ENHANCEMENTS:


* 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)).


8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.10.0 (November 15, 2023)

ENHANCEMENTS:


* 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)).


## v0.9.0 (October 18, 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 @@ -34,7 +34,7 @@ import (
)

const (
libraryVersion = "v0.9.0"
libraryVersion = "v0.10.0"
// DefaultBaseURL is the default BastionZero API URL the Client communicates
// with
DefaultBaseURL = "https://cloud.bastionzero.com/"
Expand Down

0 comments on commit a6671f5

Please sign in to comment.