Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/Helper/EnvVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Loading