diff --git a/CHANGELOG.md b/CHANGELOG.md index aa57a1b..c01a69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # security-document-loader Changelog +## 5.0.0 - 2024-02-10 +### Changed +- **BREAKING**: For the HTTP protocol handler (for fetching un-cached documents + from the web), switch to using `@digitalbazaar/http-client` instead of the + global `fetch()` object. Improves React Native compatibility. + ## 4.0.0 - 2024-01-23 ### Changed - **BREAKING**: Use the Typescript-enabled `@interop/did-web-resolver@4.0.0`, diff --git a/package.json b/package.json index 76008fc..077a2a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@digitalcredentials/security-document-loader", "description": "A secure and convenient JSON-LD document loader for Node.js, browsers, and React Native.", - "version": "4.0.0", + "version": "5.0.0", "scripts": { "build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh", "clear": "rimraf dist/*",