diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bf60f..16d4da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ #Changelog +###1.4.0 + - Added support for expect's second custom message argument #56 + - Exposes tv4's schemaBanUnknown and schemaCyclicCheck options #52 + - Exposes tv4's getSchemaMap method #43 + ###1.3.0 - Identifies all schema errors #38 - Exposes tv4's addFormat method #39 diff --git a/package.json b/package.json index 3a5d843..43216e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chakram", - "version": "1.3.0", + "version": "1.4.0", "description": "Chakram is an API testing framework designed to test JSON REST endpoints. The library offers a BDD testing style and fully exploits javascript promises", "main": "lib/chakram.js", "license": "MIT",