Skip to content

Commit

Permalink
Update CHANGELOG.md for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Mar 8, 2023
1 parent cad380d commit 4d0022b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## v1.6.1 [2023-03-2]
## v1.6.2 [2023-03-08]
_Bug fixes_
* Fix nil reference panic when a scan fails to start - do not add an iterator to `Hub.runningIterators` until scan is started successfully. ([#298](https://github.com/turbot/steampipe-postgres-fdw/issues/298))

## v1.6.1 [2023-03-02]
_Bug fixes_
* Fix build issue which caused failure to install FDW on Linux x86_64 systems. ([#295](https://github.com/turbot/steampipe-postgres-fdw/issues/295))

## v1.6.0 [2023-03-1]
## v1.6.0 [2023-03-01]
_Whats new_
* Add support for dynamic aggregators. Pass connection name in `ExecuteRequest`, this is used to resolve aggregator config. ([#273](https://github.com/turbot/steampipe-postgres-fdw/issues/273))

Expand Down

0 comments on commit 4d0022b

Please sign in to comment.