Skip to content

Commit

Permalink
Update version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jul 4, 2022
1 parent 68fff74 commit 21b5ad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.1 [2022-07-03]
_Bug fixes_
* 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))
* Fix EOF error when joining multiple tables with jsonb_array_elements. ([#192](https://github.com/turbot/steampipe-postgres-fdw/issues/192))
* Fix panic when querying with json_array_elements_text. ([#207](https://github.com/turbot/steampipe-postgres-fdw/issues/207))

## v1.2.0 [2022-06-22]
_What's new?_
* Add support for Open Telemetry. ([#195](https://github.com/turbot/steampipe-postgres-fdw/issues/195))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// The main version number that is being run at the moment.
var fdwVersion = "1.2.0"
var fdwVersion = "1.2.1"

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

0 comments on commit 21b5ad9

Please sign in to comment.