From 0a14d6ec75d763b25c69f7fedcba9373fd29139a Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran Date: Mon, 4 Dec 2023 15:45:12 +0530 Subject: [PATCH 1/3] chore: remove CHANGELOG.md --- CHANGELOG.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ccce7288b..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - ---- - -## 1.1.0 (2023-11-29) - -### Features - -- Add-release-new-version-action ([`880a10e`](https://github.com/juspay/hyperswitch-control-center/commit/880a10e0695284bb76a6e4cf156774a8a6e0fb01)) -- Add change log template ([`9475c4a`](https://github.com/juspay/hyperswitch-control-center/commit/9475c4a2863c12110a4f8bf2826fa68cdba7ab09)) - -**Full Changelog:** [`v1.0.2...v1.1.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.0.2...v1.1.0) - ---- - -Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). From 929244fa564ae88ac77371e2fc6d010af5c93751 Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran Date: Mon, 4 Dec 2023 15:45:22 +0530 Subject: [PATCH 2/3] chore(version): v1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..d2af8ecfa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - + +## 1.1.0 (2023-12-04) + +### Miscellaneous Tasks + +- Remove dead code ([#50](https://github.com/juspay/hyperswitch-control-center/pull/50)) ([`0133ff1`](https://github.com/juspay/hyperswitch-control-center/commit/0133ff13a7e915c4c796bd98fbaf92400690531a)) +- Remove CHANGELOG.md ([`0a14d6e`](https://github.com/juspay/hyperswitch-control-center/commit/0a14d6ec75d763b25c69f7fedcba9373fd29139a)) + +**Full Changelog:** [`v1.0.3...v1.1.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.0.3...v1.1.0) + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file From f80dee0e47f107c3cadde3ed08ee29c093d65de0 Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran Date: Mon, 4 Dec 2023 19:28:03 +0530 Subject: [PATCH 3/3] feat:enable new connector --- src/screens/HyperSwitch/Connectors/ConnectorUtils.res | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/HyperSwitch/Connectors/ConnectorUtils.res b/src/screens/HyperSwitch/Connectors/ConnectorUtils.res index c8541627b..3b8a529db 100644 --- a/src/screens/HyperSwitch/Connectors/ConnectorUtils.res +++ b/src/screens/HyperSwitch/Connectors/ConnectorUtils.res @@ -202,6 +202,7 @@ let connectorListForLive: array = [ PAYPAL, CRYPTOPAY, IATAPAY, + BANKOFAMERICA, ] let getPaymentMethodFromString = paymentMethod => {