Skip to content

Commit d2e643d

Browse files
author
robot
committed
Release v1.16.2
1 parent efdbd24 commit d2e643d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.16.2
12
* logged failed discovery refresh in `checkDiscovery` instead of silently swallowing the exception
23
* fixed discovery retry rate after a failure: a separate `lastDiscoveryAttempt` timer gates retries by `discoveryInterval()`, so a broken discovery no longer triggers `discover()` on every API request
34

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
33
const MINOR = "16";
4-
const PATCH = "1";
4+
const PATCH = "2";
55

0 commit comments

Comments
 (0)