Skip to content

Commit 3acebd0

Browse files
committed
v5.11.5
1 parent 9270a9e commit 3acebd0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v5.11.5 [2025-03-31]
2+
_Bug fixes_
3+
- Fix issue where `EqualsQuals` was not evaluating bool columns correctly. ([#847](https://github.com/turbot/steampipe-plugin-sdk/issues/847))
4+
5+
_Dependencies_
6+
- Upgrade `golang.org/x/net` package to remediate moderate vulnerabilities.
7+
18
## v5.11.4 [2025-03-12]
29
_Dependencies_
310
- Remove dependency on `pipe-fittings`.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var ProtocolVersion int64 = 20220201
1313

1414
// Version is the main version number that is being run at the moment.
15-
var version = "5.11.4"
15+
var version = "5.11.5"
1616

1717
// A pre-release marker for the version. If this is "" (empty string)
1818
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)