We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a1b49 commit 8f11ddaCopy full SHA for 8f11dda
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.12.0
2
+
3
+- Add support for IPinfo Core API
4
+- Add support for IPinfo Plus API
5
6
# 2.11.0
7
8
- Add support for IPinfo Lite 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.11.0"
+ defaultUserAgent = "IPinfoClient/Go/2.12.0"
17
)
18
19
// A Client is the main handler to communicate with the IPinfo API.
0 commit comments