Skip to content

Commit d238f32

Browse files
committed
v1.12.2
1 parent 076f270 commit d238f32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.12.2 [2024-02-03]
2+
_Dependencies_
3+
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.
4+
15
## v1.12.1 [2024-11-20]
26
_Bug fixes_
37
* Fix issue where steampipe interactive metacommand `.cache clear` was not clearing the cache. ([#520](https://github.com/turbot/steampipe-postgres-fdw/issues/520))

version/version.go

+1-1
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 = "1.12.1"
14+
var fdwVersion = "1.12.2"
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)