Skip to content

Commit

Permalink
chore: version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jul 18, 2018
1 parent 894f899 commit 9e5db78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ 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.0.1] (2018-07-18)

### Fixed

- [#457](https://github.com/dadi/api/issues/457): reinstate `slug` property in /api/collections endpoint
- [#460](https://github.com/dadi/api/pull/460): use correct permissions and status code when a role is revoked from a client

## [4.0.0] (2018-07-11)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@dadi/api",
"version": "4.0.0",
"version": "4.0.1",
"main": "main.js",
"scripts": {
"create-client": "cd ../../.. && node ./node_modules/@dadi/api/utils/create-client.js",
Expand Down

0 comments on commit 9e5db78

Please sign in to comment.