Skip to content

Commit

Permalink
Merge pull request #15442 from CartoDB/Using_DS_Client_0_28_0
Browse files Browse the repository at this point in the history
Use Dataservices API client 0.28.0
  • Loading branch information
antoniocarlon authored Jan 28, 2020
2 parents edbe389 + a8531a1 commit b163eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Development
- None yet

### Features
- None yet
- Use Dataservices API client 0.28.0

### Bug fixes / enhancements
- Add `rel='noopener noreferrer'` to third-party `target='_blank'` links, and `autocomplete='off'` to password fields. ([#15411](https://github.com/CartoDB/cartodb/pull/15411))
Expand Down
2 changes: 1 addition & 1 deletion app/models/user/db_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DBService
SCHEMA_GEOCODING = 'cdb'.freeze
SCHEMA_CDB_DATASERVICES_API = 'cdb_dataservices_client'.freeze
SCHEMA_AGGREGATION_TABLES = 'aggregation'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.27.0'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.28.0'.freeze
ODBC_FDW_VERSION = '0.4.0'.freeze

def initialize(user)
Expand Down

0 comments on commit b163eda

Please sign in to comment.