diff --git a/NEWS.md b/NEWS.md index 7a92276..2fd2ab4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.37.0 (XXXX-XX-XX) +* Raised minimum PG version to 11. +* Add `CDB_RegenerateTable` to regenerate a table. + 0.36.0 (2020-02-13) * Make `_CDB_Group_API_Auth` python3 compatible by passing bytes representation instead of a string. * Make `_CDB_Group_API_Request` python3 compatible by adapting the function signature of `HTTPConnection`.