Skip to content

Commit 7483de0

Browse files
committed
2.14.0 release
1 parent cee8a0b commit 7483de0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.14.0
2+
3+
- Update Bulgaria currency from BGN to EUR
4+
- Add missing fields to PlusAnonymous struct (IsResProxy, LastSeen, PercentDaysSeen)
5+
16
# 2.13.0
27

38
- Add support for Residential Proxy Detection 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.13.0"
16+
defaultUserAgent = "IPinfoClient/Go/2.14.0"
1717
)
1818

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

0 commit comments

Comments
 (0)