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 6a650a5 + e1358b5 commit b5d8b87Copy full SHA for b5d8b87
.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
@@ -4,11 +4,11 @@
4
* fixed discovery on exception
5
* fixed logger in EnvironCredentials
6
7
-# 1.8.1
+## 1.8.1
8
9
* fixed bug, when function Retry::backoffType always return SlowBackoff
10
11
-# 1.8.0
+## 1.8.0
12
13
* update destructor in MemorySessionPool
14
* fixed exception on re-create server nodes
0 commit comments