Skip to content

Commit

Permalink
Release v0.9.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
1 parent 6d0c8ac commit 7b89e41
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230925-190924.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231011-122738.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231006-135721.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .changes/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## v0.9.0 (October 18, 2023)

FEATURES:


* policies/organizationcontrols: Add OrganizationControlsPolicy CRUD and add mfaDuration to the OrganizationControlsPolicy type ([#36](https://github.com/bastionzero/bastionzero-sdk-go/issues/36)).


* targets/database: Add support for GET list of database authentication configs ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).


ENHANCEMENTS:


* targets/database: Add new field DatabaseAuthenticationConfig and deprecate SplitCert and DatabaseType ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).


17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.9.0 (October 18, 2023)

FEATURES:


* policies/organizationcontrols: Add OrganizationControlsPolicy CRUD and add mfaDuration to the OrganizationControlsPolicy type ([#36](https://github.com/bastionzero/bastionzero-sdk-go/issues/36)).


* targets/database: Add support for GET list of database authentication configs ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).


ENHANCEMENTS:


* targets/database: Add new field DatabaseAuthenticationConfig and deprecate SplitCert and DatabaseType ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).


## v0.8.0 (September 27, 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.8.0"
libraryVersion = "v0.9.0"
// DefaultBaseURL is the default BastionZero API URL the Client communicates
// with
DefaultBaseURL = "https://cloud.bastionzero.com/"
Expand Down

0 comments on commit 7b89e41

Please sign in to comment.