Skip to content

Commit 43e1af6

Browse files
committed
3.13.0 release
1 parent c7e140a commit 43e1af6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.13.0
2+
3+
- Add support for Residential Proxy Detection API
4+
15
# 2.12.0
26

37
- Add support for IPinfo Core API

ipinfo/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
1414
defaultBaseURL = "https://ipinfo.io/"
1515
defaultBaseURLIPv6 = "https://v6.ipinfo.io/"
16-
defaultUserAgent = "IPinfoClient/Go/2.12.0"
16+
defaultUserAgent = "IPinfoClient/Go/2.13.0"
1717
)
1818

1919
// A Client is the main handler to communicate with the IPinfo API.

0 commit comments

Comments
 (0)