diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2a77a..cb6b95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +WIP version 1.1.1: +------------------ + + **Bug fixes**: + + - Fix potentially uninitialized variables, thanks to Jeremy Finzel for the + report. + - Support hypothetical indexes on materialized view, thanks to Andrew Kane + for the report. + + + **Miscellaneous**: + + - add support for PostgreSQL 11 + 2017-10-04 version 1.1.0: ------------------------- diff --git a/hypopg--1.1.0.sql b/hypopg--1.1.1.sql similarity index 100% rename from hypopg--1.1.0.sql rename to hypopg--1.1.1.sql