Skip to content

Commit 7b89e41

Browse files
Release v0.9.0 (#41)
1 parent 6d0c8ac commit 7b89e41

6 files changed

Lines changed: 35 additions & 18 deletions

File tree

.changes/unreleased/ENHANCEMENTS-20230925-190924.yaml

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

.changes/unreleased/ENHANCEMENTS-20231011-122738.yaml

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

.changes/unreleased/FEATURES-20231006-135721.yaml

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

.changes/v0.9.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## v0.9.0 (October 18, 2023)
2+
3+
FEATURES:
4+
5+
6+
* policies/organizationcontrols: Add OrganizationControlsPolicy CRUD and add mfaDuration to the OrganizationControlsPolicy type ([#36](https://github.com/bastionzero/bastionzero-sdk-go/issues/36)).
7+
8+
9+
* targets/database: Add support for GET list of database authentication configs ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).
10+
11+
12+
ENHANCEMENTS:
13+
14+
15+
* targets/database: Add new field DatabaseAuthenticationConfig and deprecate SplitCert and DatabaseType ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).
16+
17+

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.9.0 (October 18, 2023)
2+
3+
FEATURES:
4+
5+
6+
* policies/organizationcontrols: Add OrganizationControlsPolicy CRUD and add mfaDuration to the OrganizationControlsPolicy type ([#36](https://github.com/bastionzero/bastionzero-sdk-go/issues/36)).
7+
8+
9+
* targets/database: Add support for GET list of database authentication configs ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).
10+
11+
12+
ENHANCEMENTS:
13+
14+
15+
* targets/database: Add new field DatabaseAuthenticationConfig and deprecate SplitCert and DatabaseType ([#40](https://github.com/bastionzero/bastionzero-sdk-go/issues/40)).
16+
17+
118
## v0.8.0 (September 27, 2023)
219

320
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.8.0"
37+
libraryVersion = "v0.9.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)