Skip to content

Commit be5a88d

Browse files
Release v0.2.0 (#17)
1 parent 5fef983 commit be5a88d

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

.changes/unreleased/FEATURES-20230511-090455.yaml

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

.changes/v0.2.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v0.2.0 (May 12, 2023)
2+
3+
FEATURES:
4+
5+
6+
* targets: Add support for POST (Create) and DELETE Database target ([#16](https://github.com/bastionzero/bastionzero-sdk-go/issues/16)).
7+
8+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.2.0 (May 12, 2023)
2+
3+
FEATURES:
4+
5+
6+
* targets: Add support for POST (Create) and DELETE Database target ([#16](https://github.com/bastionzero/bastionzero-sdk-go/issues/16)).
7+
8+
19
## v0.1.0 (March 28, 2023)
210

311
FEATURES:

bastionzero/bastionzero.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
const (
27-
libraryVersion = "v0.1.0"
27+
libraryVersion = "v0.2.0"
2828
// DefaultBaseURL is the default BastionZero API URL the Client communicates
2929
// with
3030
DefaultBaseURL = "https://cloud.bastionzero.com/"

0 commit comments

Comments
 (0)