diff --git a/CHANGES.md b/CHANGES.md index 62327b5..656d839 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-03-30, Version 1.7.2 +========================= + + * Allow submitting token input with empty value to remove token. (Samuel Reed) + + * Fix duplicate stylesheet issue (Pradnya Baviskar) + + * Fix explorer tests for different line endings on Windows (Pradnya Baviskar) + + 2015-02-23, Version 1.7.1 ========================= diff --git a/package.json b/package.json index 0d337e5..255dc71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.7.1", + "version": "1.7.2", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {