diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6797e..e88aee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [v1.1.0](https://github.com/uphold/http-errors/releases/tag/v1.1.0) (2017-07-03) +- Add ServiceUnavailableError [\#3](https://github.com/uphold/http-errors/pull/3) ([ricardogama](https://github.com/ricardogama)) +- Fix typo in README [\#2](https://github.com/uphold/http-errors/pull/2) ([rplopes](https://github.com/rplopes)) + ## [v1.0.0](https://github.com/uphold/http-errors/releases/tag/v1.0.0) (2017-06-07) - Initial implementation [\#1](https://github.com/uphold/http-errors/pull/1) ([ricardogama](https://github.com/ricardogama)) diff --git a/package.json b/package.json index b9acb9e..4b6240e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/http-errors", - "version": "1.0.0", + "version": "1.1.0", "description": "Set of errors based on http-standard-error", "license": "SEE LICENSE IN LICENSE", "author": "Uphold",