diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4404e..1815e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + + +## [v0.5.0] ### Added -- Option for request timeout +- Option for restler can be passed ## [v0.4.0] @@ -16,5 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Breaking: update extractor to new interface of `proc-that` -[Unreleased]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.4.0...master +[Unreleased]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.5.0...master +[v0.5.0]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.3.2...v0.4.0 \ No newline at end of file diff --git a/package.json b/package.json index 56c3ed9..3464a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proc-that-rest-extractor", - "version": "0.4.0", + "version": "0.5.0", "description": "extractor for proc-that which loads results from REST apis.", "main": "index.js", "scripts": {