Skip to content

Commit

Permalink
bump to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-Umar committed Mar 15, 2023
1 parent c483fc1 commit 6f4a8f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.9.2

- Custom error message on 429(Too many requests).

# 2.9.1

- Fixed default useragent.
Expand Down
2 changes: 1 addition & 1 deletion ipinfo/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
defaultBaseURL = "https://ipinfo.io/"
defaultUserAgent = "IPinfoClient/Go/2.9.1"
defaultUserAgent = "IPinfoClient/Go/2.9.2"
)

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

0 comments on commit 6f4a8f2

Please sign in to comment.