diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d19512..39392422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.10 +Released on 2018-03-15. +- Fix crash when there are no required parameters. [#107](https://github.com/Azure/openapi-diff/issues/107) + ## 0.1.9 Released on 2017-10-23. - Fix publishing issue of 0.1.8 where some dlls were missing. diff --git a/package-lock.json b/package-lock.json index b9be360c..0930b425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "oad", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f5256d00..5d2ced70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oad", - "version": "0.1.9", + "version": "0.1.10", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com",