From 51a669f93c5fd6cd0dea7131e41887be13d00daf Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Fri, 20 Jul 2018 14:15:05 +0200 Subject: [PATCH] Release 0.23.2 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27c4efd..8db395c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.23.1 +EXTVERSION = 0.23.2 SED = sed AWK = awk @@ -90,6 +90,7 @@ UPGRADABLE = \ 0.22.2 \ 0.23.0 \ 0.23.1 \ + 0.23.2 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index b0d186b..16b5d64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.23.2 (2018-07-19) +* Fix `CDB_QueryTablesText` with parenthesized queries (#335) + 0.23.1 (2018-07-19) * Fix `CDB_EstimateRowCount` parallelizability #333