diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb54532..11da481b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.5.0](https://github.com/ybonnefond/stubborn/compare/v5.4.0...v5.5.0) (2021-10-06) + + +### Features + +* support AWS JSON 1.0 and 1.1 content-types ([1811453](https://github.com/ybonnefond/stubborn/commit/18114532d53ad4203f58435739311211600b7fda)) + # [5.4.0](https://github.com/ybonnefond/stubborn/compare/v5.3.14...v5.4.0) (2021-09-21) diff --git a/package.json b/package.json index 4051e015..bd9b5115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stubborn-ws", - "version": "5.4.0", + "version": "5.5.0", "description": "Web server to mock external HTTP APIs in tests", "homepage": "https://github.com/ybonnefond/stubborn#stubborn", "main": "dist/src/index.js",