We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4181cc0 commit 060e706Copy full SHA for 060e706
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.12.3 [2024-02-05]
2
+_Dependencies_
3
+- Upgrade `pipe-fittings` to v1.6.8 and `steampipe-plugin-sdk` to v5.11.2.
4
+
5
## v1.12.2 [2024-02-03]
6
_Dependencies_
7
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.
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 = "1.12.2"
+var fdwVersion = "1.12.3"
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