diff --git a/CHANGES.md b/CHANGES.md index de5d712..ef4f7d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-10-01, Version 2.1.1 +========================= + + * disable Swagger validation badge (Hage Yaapa) + + * Updated "resourcePath: 'swaggerResources'" to "resourcePath: 'swagger.json'" (Dennis Ashby) + + * Use strongloop conventions for licensing (Sam Roberts) + + 2015-09-17, Version 2.1.0 ========================= diff --git a/package.json b/package.json index 4631cf4..742733a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "2.1.0", + "version": "2.1.1", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {