Skip to content

Commit

Permalink
v0.23.5 (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored Aug 21, 2024
1 parent 87564a2 commit 737fccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.23.5 [2024-08-21]
_Bug fixes_
- Fix issue where refresh connections was not creating a new connection if it was not in the search path. ([#4353](https://github.com/turbot/steampipe/issues/4353))

## v0.23.4 [2024-08-13]
_Whats new_
- Compiled with Go 1.22. ([#4340](https://github.com/turbot/steampipe/issues/4340))
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var steampipeVersion = "0.23.5"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "rc.0"
var prerelease = ""

// SteampipeVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 737fccf

Please sign in to comment.