Skip to content

Commit b5d8b87

Browse files
authored
Merge branch 'main' into fix-timestamp
2 parents 6a650a5 + e1358b5 commit b5d8b87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
PATCH=$((PATCH+1));
4141
fi;
4242
echo "<?php
43-
const MAJOR = "$MAJOR";
44-
const MINOR = "$MINOR";
45-
const PATCH = "$PATCH";
43+
const MAJOR = \"$MAJOR\";
44+
const MINOR = \"$MINOR\";
45+
const PATCH = \"$PATCH\";
4646
" >> $VERSION_FILE.tmp
4747
mv $VERSION_FILE.tmp $VERSION_FILE;
4848
git add $VERSION_FILE;

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* fixed discovery on exception
55
* fixed logger in EnvironCredentials
66

7-
# 1.8.1
7+
## 1.8.1
88

99
* fixed bug, when function Retry::backoffType always return SlowBackoff
1010

11-
# 1.8.0
11+
## 1.8.0
1212

1313
* update destructor in MemorySessionPool
1414
* fixed exception on re-create server nodes

0 commit comments

Comments
 (0)