From a6671f5b51c10448e976aa7711ca54bf5db71011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:11:19 -0500 Subject: [PATCH] Release v0.10.0 (#43) --- .changes/unreleased/FEATURES-20231031-160804.yaml | 5 ----- .changes/v0.10.0.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ bastionzero/bastionzero.go | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 .changes/unreleased/FEATURES-20231031-160804.yaml create mode 100644 .changes/v0.10.0.md diff --git a/.changes/unreleased/FEATURES-20231031-160804.yaml b/.changes/unreleased/FEATURES-20231031-160804.yaml deleted file mode 100644 index 7f2f506..0000000 --- a/.changes/unreleased/FEATURES-20231031-160804.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: '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' -time: 2023-10-31T16:08:04.458333-04:00 -custom: - Issues: "42" diff --git a/.changes/v0.10.0.md b/.changes/v0.10.0.md new file mode 100644 index 0000000..58ed279 --- /dev/null +++ b/.changes/v0.10.0.md @@ -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)). + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f55eac..74628e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/bastionzero/bastionzero.go b/bastionzero/bastionzero.go index dc20037..120cb57 100644 --- a/bastionzero/bastionzero.go +++ b/bastionzero/bastionzero.go @@ -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/"