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 72d39a4 + fccd104 commit e1358b5Copy full SHA for e1358b5
.github/workflows/publish.yml
@@ -40,9 +40,9 @@ jobs:
40
PATCH=$((PATCH+1));
41
fi;
42
echo "<?php
43
- const MAJOR = "$MAJOR";
44
- const MINOR = "$MINOR";
45
- const PATCH = "$PATCH";
+ const MAJOR = \"$MAJOR\";
+ const MINOR = \"$MINOR\";
+ const PATCH = \"$PATCH\";
46
" >> $VERSION_FILE.tmp
47
mv $VERSION_FILE.tmp $VERSION_FILE;
48
git add $VERSION_FILE;
CHANGELOG.md
@@ -2,11 +2,11 @@
2
* fixed discovery on exception
3
* fixed logger in EnvironCredentials
4
5
-# 1.8.1
+## 1.8.1
6
7
* fixed bug, when function Retry::backoffType always return SlowBackoff
8
9
-# 1.8.0
+## 1.8.0
10
11
* update destructor in MemorySessionPool
12
* fixed exception on re-create server nodes
0 commit comments