We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e140a commit 43e1af6Copy full SHA for 43e1af6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.13.0
2
+
3
+- Add support for Residential Proxy Detection API
4
5
# 2.12.0
6
7
- Add support for IPinfo Core API
ipinfo/client.go
@@ -13,7 +13,7 @@ import (
13
const (
14
defaultBaseURL = "https://ipinfo.io/"
15
defaultBaseURLIPv6 = "https://v6.ipinfo.io/"
16
- defaultUserAgent = "IPinfoClient/Go/2.12.0"
+ defaultUserAgent = "IPinfoClient/Go/2.13.0"
17
)
18
19
// A Client is the main handler to communicate with the IPinfo API.
0 commit comments