Skip to content

Commit

Permalink
Fix build issue which causes failure to load FDW on Arm Docker images.
Browse files Browse the repository at this point in the history
…Fixes #219
  • Loading branch information
kaidaguerre committed Jul 21, 2022
1 parent e62529c commit aea2919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.2 [2022-07-21]
_Bug fixes_
* Fix build issue which causes failure to load FDW on Arm Docker images. ([#219](https://github.com/turbot/steampipe-postgres-fdw/issues/219))

## 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))
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.1"
var fdwVersion = "1.2.2"

// 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 aea2919

Please sign in to comment.