Skip to content

Commit 56c0054

Browse files
committed
new vsn
1 parent f5eb746 commit 56c0054

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
### 2.1.0 (December 2 2020)
4+
5+
- Deprecate PHP 7.2 support.
6+
- Add support for PHP 8.0.
7+
38
### 2.0.0 (November 2020)
49

510
- A `guzzle_opts` option is supported in the settings, which allows full Guzzle

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "2.0-dev"
51+
"dev-master": "2.1-dev"
5252
}
5353
},
5454
"config": {

src/IPinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function getRequestDetails(string $ip_address)
139139
private function buildHeaders()
140140
{
141141
$headers = [
142-
'user-agent' => 'IPinfoClient/PHP/2.0',
142+
'user-agent' => 'IPinfoClient/PHP/2.1',
143143
'accept' => 'application/json',
144144
];
145145

0 commit comments

Comments
 (0)