Skip to content

Commit

Permalink
chore: version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 20, 2018
1 parent 8f1c000 commit ee78c5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.0] (2018-08-20)

### Added

- [#453](https://github.com/dadi/api/issues/453): add support for arbitrary data against client records
- [#462](https://github.com/dadi/api/issues/462): introduce `/api/client` endpoints
- [#482](https://github.com/dadi/api/issues/482): add support for feature queries

### Changed

- [#474](https://github.com/dadi/api/issues/474): require current client secret when setting a new one
- [#476](https://github.com/dadi/api/issues/476): remove internal properties from POST and PUT payloads

## [4.1.1] (2018-08-01)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dadi/api",
"version": "4.2.0-rc6",
"version": "4.2.0",
"main": "main.js",
"scripts": {
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",
Expand Down

0 comments on commit ee78c5c

Please sign in to comment.