update NEWS.md

update NEWS.md
pull/14293/head
Alberto Romeu 6 years ago
parent 6c7adb6085
commit 35435d9467

@ -2,7 +2,7 @@ Development
-----------
### NOTICES
- Dataservices-API has changed and now it needs permissions to execute DS queries for each API key. You can update the existing users running this rake: `bundle exec rake carto:api_key:create_ds_permissions`
- Dataservices-API has changed and now it needs permissions to execute DS queries for each API key. You can update the existing users running this rake: `bundle exec rake carto:api_key:create_api_key_grants`
- This release upgrades the CartoDB PostgreSQL extension to `0.24.0`. Run the following to have it available:
```shell
cd $(git rev-parse --show-toplevel)/lib/sql
@ -20,7 +20,7 @@ sudo make install
- Fix `image_tag` function to include the assets versioning (#14266)
- Fix broken tests due to time stubbing (#14287)
- Remove username from Postgres roles
- Add `create_master_api_key_grants` rake (https://github.com/CartoDB/support/issues/1748)
- Add `create_api_key_grants` rake (https://github.com/CartoDB/support/issues/1748)
4.20.2 (2018-09-10)
-------------------

Loading…
Cancel
Save