We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05e14a commit 22a414bCopy full SHA for 22a414b
CHANGES.txt
@@ -1,3 +1,6 @@
1
+7.1.5 (Oct 28, 2022)
2
+ - Updated phpdocs for `ClientInterface`.
3
+
4
7.1.4 (Sep 6, 2022)
5
- Updated dependencies to allow `psr/log` 2 and 3.
6
- Removed `phpdocumentor/phpdocumentor` dependency.
src/SplitIO/Version.php
@@ -3,5 +3,5 @@
class Version
{
- const CURRENT = '7.1.5-rc1';
+ const CURRENT = '7.1.5';
7
}
0 commit comments