Skip to content

Commit 21b5ad9

Browse files
committed
Update version to v1.2.1
1 parent 68fff74 commit 21b5ad9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.2.1 [2022-07-03]
2+
_Bug fixes_
3+
* Fix EOF error when joining multiple tables on the JSON qual column. Handle zero value jsonb quaLs. ([#201](https://github.com/turbot/steampipe-postgres-fdw/issues/201))
4+
* Fix EOF error when joining multiple tables with jsonb_array_elements. ([#192](https://github.com/turbot/steampipe-postgres-fdw/issues/192))
5+
* Fix panic when querying with json_array_elements_text. ([#207](https://github.com/turbot/steampipe-postgres-fdw/issues/207))
6+
17
## v1.2.0 [2022-06-22]
28
_What's new?_
39
* Add support for Open Telemetry. ([#195](https://github.com/turbot/steampipe-postgres-fdw/issues/195))

version/version.go

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

1414
// The main version number that is being run at the moment.
15-
var fdwVersion = "1.2.0"
15+
var fdwVersion = "1.2.1"
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)