Skip to content

Commit 8f11dda

Browse files
committed
3.12.0 release
1 parent b6a1b49 commit 8f11dda

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.12.0
2+
3+
- Add support for IPinfo Core API
4+
- Add support for IPinfo Plus API
5+
16
# 2.11.0
27

38
- Add support for IPinfo Lite API

ipinfo/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
1414
defaultBaseURL = "https://ipinfo.io/"
1515
defaultBaseURLIPv6 = "https://v6.ipinfo.io/"
16-
defaultUserAgent = "IPinfoClient/Go/2.11.0"
16+
defaultUserAgent = "IPinfoClient/Go/2.12.0"
1717
)
1818

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

0 commit comments

Comments
 (0)