Skip to content

Commit

Permalink
Release v0.5.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 1, 2023
1 parent f184659 commit 5825eb0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230717-070015.yaml

This file was deleted.

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

ENHANCEMENTS:


* bastionzero/service: `ConnectionNodeId` is added as a field in connection events. Users can filter by `ConnectionNodeId` when listing connection events ([#25](https://github.com/bastionzero/bastionzero-sdk-go/issues/25)).


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

ENHANCEMENTS:


* bastionzero/service: `ConnectionNodeId` is added as a field in connection events. Users can filter by `ConnectionNodeId` when listing connection events ([#25](https://github.com/bastionzero/bastionzero-sdk-go/issues/25)).


## v0.4.0 (July 12, 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 @@ -32,7 +32,7 @@ import (
)

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

0 comments on commit 5825eb0

Please sign in to comment.