Skip to content

Commit

Permalink
Release v0.2.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 12, 2023
1 parent 5fef983 commit be5a88d
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-20230511-090455.yaml

This file was deleted.

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

FEATURES:


* targets: Add support for POST (Create) and DELETE Database target ([#16](https://github.com/bastionzero/bastionzero-sdk-go/issues/16)).


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

FEATURES:


* targets: Add support for POST (Create) and DELETE Database target ([#16](https://github.com/bastionzero/bastionzero-sdk-go/issues/16)).


## v0.1.0 (March 28, 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 @@ -24,7 +24,7 @@ import (
)

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

0 comments on commit be5a88d

Please sign in to comment.