We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c483fc1 commit 6f4a8f2Copy full SHA for 6f4a8f2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.9.2
2
+
3
+- Custom error message on 429(Too many requests).
4
5
# 2.9.1
6
7
- Fixed default useragent.
ipinfo/client.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
defaultBaseURL = "https://ipinfo.io/"
16
- defaultUserAgent = "IPinfoClient/Go/2.9.1"
+ defaultUserAgent = "IPinfoClient/Go/2.9.2"
17
)
18
19
// A Client is the main handler to communicate with the IPinfo API.
0 commit comments