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.
2 parents d4b00b7 + 72d39a4 commit fccd104Copy full SHA for fccd104
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 1.8.2
2
* fixed discovery on exception
3
* fixed logger in EnvironCredentials
4
src/Version.php
@@ -1,4 +1,5 @@
<?php
-const MAJOR = "1";
-const MINOR = "8";
-const PATCH = "1";
+const MAJOR = 1;
+const MINOR = 8;
+const PATCH = 2;
5
+
0 commit comments