Skip to content

Commit

Permalink
add changelog and bump vsn for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Apr 22, 2021
1 parent 0683234 commit b64a122
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

### 2.2.0 (April 22nd 2021)

- Added Maps integration.
- Added versioned cache keys.
This allows more reliable changes to cached data in the future without
causing confusing incompatibilities. This should be transparent to the user.
This is primarily useful for users with persistent cache implementations.

### 2.1.1 (January 12 2021)

- Bug fix issue reported in Laravel SDK
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.1-dev"
"dev-master": "2.2-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 @@ -169,7 +169,7 @@ public function getMapUrl($ips)
private function buildHeaders()
{
$headers = [
'user-agent' => 'IPinfoClient/PHP/2.1',
'user-agent' => 'IPinfoClient/PHP/2.2',
'accept' => 'application/json',
];

Expand Down

0 comments on commit b64a122

Please sign in to comment.