diff --git a/history.md b/history.md index 21f85ce..a3e2deb 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,8 @@ +0.5.2 / 2016-09-29 +================== + +- Treat other 20x statuses (besides 200) as success [#38](https://github.com/A/superagent-mocker/pull/38) + 0.5.1 / 2016-09-29 ================== diff --git a/package.json b/package.json index 68be9d4..310f8d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superagent-mocker", - "version": "0.5.1", + "version": "0.5.2", "description": "Pretty simple mocks for the CRUD and REST API", "main": "index.js", "scripts": {