From ccedf73a3ec4222e114840accf9dcc0806e5a12e Mon Sep 17 00:00:00 2001 From: Cornelius Ashley-Osuzoka <59456456+corneliusyaovi@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:48:33 +0100 Subject: [PATCH 1/2] update package version to v1.2.0 --- src/Helper/EnvVariables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Helper/EnvVariables.php b/src/Helper/EnvVariables.php index f70babe9..da8207bc 100644 --- a/src/Helper/EnvVariables.php +++ b/src/Helper/EnvVariables.php @@ -7,7 +7,7 @@ class EnvVariables { public const VERSION = 'v3'; - public const SDK_VERSION = '1.0.7'; + public const SDK_VERSION = '1.2.0'; public const BASE_URL = 'https://api.flutterwave.com/' . self::VERSION; public const TIME_OUT = 30; } From b43023e51da1e377c4d57bd860fb75fd1d2abd5b Mon Sep 17 00:00:00 2001 From: Cornelius Ashley-Osuzoka <59456456+corneliusyaovi@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:53:10 +0100 Subject: [PATCH 2/2] Add logs for v1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24856f7a..e5a07ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# CHANGELOG +## 1.2.0 | 2026-06-15 +SIGNOZ implementation for service reliability + +Changes include: +- [ADDED] Signoz integration to monitor integration errors. + ## 1.1.0 | 2025-04-10 Performance enhancements, feature updates and bugfixes.