Skip to content

Commit

Permalink
new vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Dec 2, 2020
1 parent f5eb746 commit 56c0054
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

### 2.1.0 (December 2 2020)

- Deprecate PHP 7.2 support.
- Add support for PHP 8.0.

### 2.0.0 (November 2020)

- A `guzzle_opts` option is supported in the settings, which allows full Guzzle
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.1-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/IPinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getRequestDetails(string $ip_address)
private function buildHeaders()
{
$headers = [
'user-agent' => 'IPinfoClient/PHP/2.0',
'user-agent' => 'IPinfoClient/PHP/2.1',
'accept' => 'application/json',
];

Expand Down

0 comments on commit 56c0054

Please sign in to comment.