Skip to content

Commit dc4d7f5

Browse files
authored
Merge branch 'main' into update-readme
2 parents d7103f9 + 94a9844 commit dc4d7f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 1.8.0
12
* update destructor in MemorySessionPool
23
* fixed exception on re-create server nodes
34
* fixed key name in createTable function

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
const MAJOR = "1";
3-
const MINOR = "6";
3+
const MINOR = "8";
44
const PATCH = "0";

0 commit comments

Comments
 (0)