Skip to content

Commit 65342a1

Browse files
committed
Update version
1 parent 034225b commit 65342a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.8.1
2+
13
* fixed bug, when function Retry::backoffType always return SlowBackoff
24

35
# 1.8.0

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";
33
const MINOR = "8";
4-
const PATCH = "0";
4+
const PATCH = "1";

0 commit comments

Comments
 (0)