diff --git a/CHANGELOG.md b/CHANGELOG.md index e090646..f5ccc87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.9.0 (1-7-2020) + +## Features + +- **Files**: Add `files()` resources to User scope for creating and reading by file ID. + # v5.8.0 (3-2-2020) ## Features diff --git a/README.md b/README.md index d3669dd..463fd96 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ import * as evrythng from 'evrythng' Or use a simple script tag to load it from the CDN. ```html - + ``` Then use in a browser `script` tag using the `evrythng` global variable: