Skip to content

Commit b7ef6ca

Browse files
committed
v2.1.4
1 parent cb45cdb commit b7ef6ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.1.4 [2025-11-20]
2+
_Dependencies_
3+
- Upgraded dependencies to remediate vulnerabilities.
4+
15
## v2.1.3 [2025-09-24]
26
_Whats new_
37
- Updated steampipe reference to add support for using functions in steampipe config.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "2.1.3"
14+
var fdwVersion = "2.1.4"
1515

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

0 commit comments

Comments
 (0)