Skip to content

Commit e8ba769

Browse files
author
robot
committed
Release v1.8.2
1 parent 04684ab commit e8ba769

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.8.2
12
* fixed discovery on exception
23
* fixed logger in EnvironCredentials
34

src/Version.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2-
const MAJOR = "1";
3-
const MINOR = "8";
4-
const PATCH = "1";
2+
const MAJOR = 1;
3+
const MINOR = 8;
4+
const PATCH = 2;
5+

0 commit comments

Comments
 (0)