diff --git a/Makefile b/Makefile index ca92c65..ae4a7b2 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,7 @@ UPGRADABLE = \ 0.23.0 \ 0.23.1 \ 0.23.2 \ + 0.24.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 01ffaa4..94f3557 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -0.24.0 (2018-XX-XX) +0.24.0 (2018-09-13) * Travis: Test with PostgreSQL 9.5 and 10. * _cdb_estimated_extent: Fix bug with ST_EstimatedExtent interaction. * Improvements in `CDB_JenksBins`.