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 9f22d21 commit 89ab62bCopy full SHA for 89ab62b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 1.10.0
2
* changed level of update token log record from info to debug
3
* created refresh token ratio parameter
4
src/Version.php
@@ -1,5 +1,5 @@
<?php
const MAJOR = "1";
-const MINOR = "9";
+const MINOR = "10";
const PATCH = "0";
5
0 commit comments