From aeec2bbe067942e577df78f1b9348503a2b48c04 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Thu, 13 Sep 2018 10:29:24 +0200 Subject: [PATCH] Release 0.24.0 --- Makefile | 1 + NEWS.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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`.