diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e01f5..0c260fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.1.0](https://github.com/adobe/franklin-domainkey-provider/compare/v1.0.4...v1.1.0) (2023-11-02) + + +### Bug Fixes + +* **http:** handle http timeouts properly ([0366aba](https://github.com/adobe/franklin-domainkey-provider/commit/0366abae482d6676ec483c3b6943e521382fd779)) +* **http:** use correct fetch api ([d68e368](https://github.com/adobe/franklin-domainkey-provider/commit/d68e36830846bce4eea540aeefe976ecefb145a4)) + + +### Features + +* **http:** add instructions for HTTP challenge in initial response ([9fe17eb](https://github.com/adobe/franklin-domainkey-provider/commit/9fe17ebb8a57cb54c9fc1f4ec1b465080208f324)) +* **index:** implement http challenge ([85a9d41](https://github.com/adobe/franklin-domainkey-provider/commit/85a9d41aa1465edc01ac32c59f2bb9548be38a53)) +* **index:** support both HTTP and DNS validation ([5b25c4e](https://github.com/adobe/franklin-domainkey-provider/commit/5b25c4e85597855704ebb893a69b1f3d67eeb572)) + ## [1.0.4](https://github.com/adobe/franklin-domainkey-provider/compare/v1.0.3...v1.0.4) (2023-10-30) diff --git a/package-lock.json b/package-lock.json index 9016358..7a56d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/franklin-domainkey-provider", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/franklin-domainkey-provider", - "version": "1.0.4", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.1", diff --git a/package.json b/package.json index bbab3da..59e4e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/franklin-domainkey-provider", - "version": "1.0.4", + "version": "1.1.0", "private": true, "description": "Franklin Domainkey Provider", "main": "src/index.js",