diff --git a/README.md b/README.md index bd8b88d..e94ca48 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,11 @@ $ npm run build Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tableschema-js/commits/master). +### v1.7 + +New API added: +- added `forceCast` flag to the the `table.iter/read` methods + ### v1.6 Improved behaviour: diff --git a/package.json b/package.json index c830352..53a0d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tableschema", - "version": "1.6.0", + "version": "1.7.0", "description": "A library for working with Table Schema in Javascript.", "license": "MIT", "main": "lib/index.js",