Skip to content

Commit 4441fd1

Browse files
committed
2.11.0 release
1 parent 175ba1b commit 4441fd1

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.11.0
2+
3+
- Add support for IPinfo Lite API
4+
15
# 2.10.0
26

37
- Added support for looking up your v6 IP via `GetIPInfoV6`.
@@ -99,19 +103,19 @@
99103
# 2.2.0
100104

101105
- The following functions are now private:
102-
- `Client.Do`
103-
- `Client.NewRequest`
104-
- `CheckResponse`
106+
- `Client.Do`
107+
- `Client.NewRequest`
108+
- `CheckResponse`
105109
- The following **new** functions now exist, which operate on the IPinfo
106110
`/batch` endpoint:
107-
- `Client.GetBatch`
108-
- `Client.GetIPInfoBatch`
109-
- `Client.GetIPStrInfoBatch`
110-
- `Client.GetASNDetailsBatch`
111-
- `ipinfo.GetBatch`
112-
- `ipinfo.GetIPInfoBatch`
113-
- `ipinfo.GetIPStrInfoBatch`
114-
- `ipinfo.GetASNDetailsBatch`
111+
- `Client.GetBatch`
112+
- `Client.GetIPInfoBatch`
113+
- `Client.GetIPStrInfoBatch`
114+
- `Client.GetASNDetailsBatch`
115+
- `ipinfo.GetBatch`
116+
- `ipinfo.GetIPInfoBatch`
117+
- `ipinfo.GetIPStrInfoBatch`
118+
- `ipinfo.GetASNDetailsBatch`
115119

116120
# 2.1.1
117121

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.10.0"
16+
defaultUserAgent = "IPinfoClient/Go/2.11.0"
1717
)
1818

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

0 commit comments

Comments
 (0)