We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb45cdb commit b7ef6caCopy full SHA for b7ef6ca
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v2.1.4 [2025-11-20]
2
+_Dependencies_
3
+- Upgraded dependencies to remediate vulnerabilities.
4
+
5
## v2.1.3 [2025-09-24]
6
_Whats new_
7
- Updated steampipe reference to add support for using functions in steampipe config.
version/version.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var fdwVersion = "2.1.3"
+var fdwVersion = "2.1.4"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments