Skip to content

Commit 6f4a8f2

Browse files
committed
bump to 2.9.2
1 parent c483fc1 commit 6f4a8f2

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.9.2
2+
3+
- Custom error message on 429(Too many requests).
4+
15
# 2.9.1
26

37
- Fixed default useragent.

ipinfo/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
defaultBaseURL = "https://ipinfo.io/"
16-
defaultUserAgent = "IPinfoClient/Go/2.9.1"
16+
defaultUserAgent = "IPinfoClient/Go/2.9.2"
1717
)
1818

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

0 commit comments

Comments
 (0)