diff --git a/CHANGELOG.md b/CHANGELOG.md index fc84d4fc..23fbd1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [2.0.0-alpha.3](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2017-11-23) + + +### Bug Fixes + +* crash when $ref is url encoded ([bdf6079](https://github.com/Rebilly/Redoc/commit/bdf6079)) +* make oneOf not skip fields defined alongside ([8680775](https://github.com/Rebilly/Redoc/commit/8680775)) + + + # 2.0.0-alpha.2 (2017-11-23) diff --git a/package.json b/package.json index e67ef44e..9e995a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "description": "ReDoc", "main": "bundles/redoc.lib.js", "scripts": {