Skip to content

Commit fccd104

Browse files
authored
Merge branch 'main' into update-changelog
2 parents d4b00b7 + 72d39a4 commit fccd104

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.2
12
* fixed discovery on exception
23
* fixed logger in EnvironCredentials
34

src/Version.php

Lines changed: 4 additions & 3 deletions
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)