We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10caca commit 740adbfCopy full SHA for 740adbf
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [3.22.1] - 2023-09-15
2
+### Fixed
3
+
4
+- Formatting issues (linter)
5
6
## [3.22.0] - 2023-09-15
7
### Added
8
MangoPay/Libraries/RestTool.php
@@ -11,7 +11,7 @@
11
*/
12
class RestTool
13
{
14
- const VERSION = '3.22.0';
+ const VERSION = '3.22.1';
15
16
/**
17
* Root/parent instance that holds the OAuthToken and Configuration instance
0 commit comments