Bump to 0.22.1

This commit is contained in:
Javier Torres 2018-05-29 17:10:37 +02:00
parent 7f5bef1203
commit 0da36eab44
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.22.0
EXTVERSION = 0.22.1
SED = sed
AWK = awk
@ -86,6 +86,7 @@ UPGRADABLE = \
0.20.0 \
0.21.0 \
0.22.0 \
0.22.1 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,3 +1,6 @@
0.22.1 (2018-05-29)
* Fix: Correctly grant permission to all sequences related with table (#330)
0.22.0 (2018-03-22)
* Fix: allow older ogr2ogr to work in -append mode (#319,#325)
* Refactors CDB_QuantileBins to rely on PostgreSQL function `percentile_disc` #316