diff --git a/CHANGELOG.md b/CHANGELOG.md index d6164a09d..4ae5dd63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.78.0](https://github.com/juspay/hyperswitch-web/compare/v0.77.4...v0.78.0) (2024-07-26) + + +### Bug Fixes + +* log payment data filled and payment method changed event if missed ([#514](https://github.com/juspay/hyperswitch-web/issues/514)) ([61655c2](https://github.com/juspay/hyperswitch-web/commit/61655c2e540c3f73af010c3c75d62486033a8010)) + + +### Features + +* pix-ItauBank api contract changes ([#527](https://github.com/juspay/hyperswitch-web/issues/527)) ([fdd692e](https://github.com/juspay/hyperswitch-web/commit/fdd692e4a4a34e5b91cc9008337faad81e03c506)) + ## [0.77.4](https://github.com/juspay/hyperswitch-web/compare/v0.77.3...v0.77.4) (2024-07-25) diff --git a/package-lock.json b/package-lock.json index 074f5db01..685479413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orca-payment-page", - "version": "0.77.4", + "version": "0.78.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orca-payment-page", - "version": "0.77.4", + "version": "0.78.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudfront": "^3.414.0", diff --git a/package.json b/package.json index c688489a8..503804ec6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.77.4", + "version": "0.78.0", "main": "index.js", "private": true, "dependencies": {