From ebe09ef7b9a2273d8feb5c6243027c5a77b8bf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 7 Oct 2019 19:30:30 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0e166d58..f89f7585 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ # Changelog +## 5.0.0 +Released 2019-mm-dd + +Breaking changes: +- Removed "base_url" definition in configuration files. Added new property "routes". See [`cec1c60`](https://github.com/CartoDB/CartoDB-SQL-API/commit/cec1c609c04d134f45ee74a81f82c07a19bf11bd) for more details. + +Announcements: + +- Added mechanism to inject custom middlewares through configuration. +- Stop requiring unused config properties: "base_url", "base_url_mapconfig", and "base_url_templated". + ## 4.0.0 Released 2019-09-30