diff --git a/CHANGELOG.md b/CHANGELOG.md index 862a2c36..b0b19732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.0](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/compare/v1.2.4...v1.3.0) (2023-12-20) + + +### Features + +* remove public suffix list and add proxy-host-header as replacement ([a7308d4](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/commit/a7308d47c99ca73d7285a14275f8baf614937781)) + ## [1.3.0-rc.1](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/compare/v1.2.4...v1.3.0-rc.1) (2023-12-20) diff --git a/package.json b/package.json index b9067f23..dbf1f750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprint-pro-azure-integration", - "version": "1.3.0-rc.1", + "version": "1.3.0", "license": "MIT", "sideEffects": false, "private": true,