Skip to content

Commit b64a122

Browse files
committed
add changelog and bump vsn for 2.2
1 parent 0683234 commit b64a122

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
### 2.2.0 (April 22nd 2021)
4+
5+
- Added Maps integration.
6+
- Added versioned cache keys.
7+
This allows more reliable changes to cached data in the future without
8+
causing confusing incompatibilities. This should be transparent to the user.
9+
This is primarily useful for users with persistent cache implementations.
10+
311
### 2.1.1 (January 12 2021)
412

513
- Bug fix issue reported in Laravel SDK

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.1-dev"
51+
"dev-master": "2.2-dev"
5252
}
5353
},
5454
"config": {

src/IPinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function getMapUrl($ips)
169169
private function buildHeaders()
170170
{
171171
$headers = [
172-
'user-agent' => 'IPinfoClient/PHP/2.1',
172+
'user-agent' => 'IPinfoClient/PHP/2.2',
173173
'accept' => 'application/json',
174174
];
175175

0 commit comments

Comments
 (0)