@@ -7,13 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.6] - 2021-07-29
11
+ ### Modified
12
+ - Back ported some changes being made for version 3.0 to 2.0.
13
+
14
+ ### Added
15
+ - New package to look up whois-servers by TLD using IANA or PSL lists.
16
+
17
+ ### Changed
18
+ - Removed local whois server locator, but left as a shim to prevent BC break.
19
+
20
+ ### Removed
21
+ - This packages dependency on ` illuminate/collect `
22
+
23
+ ## [ 2.0.5] - 2021-07-29
24
+ Purely a docs update...
25
+
10
26
## [ 2.0.4] - 2021-03-01
11
27
- Add PHP 8.X support
12
28
13
29
## [ 2.0.3] - 2021-03-01
14
30
## [ 2.0.2] - 2021-03-01
15
31
### Changed
16
- - Swap to ` illuminate/collections ` instead of ` tightenco/collect ` .
32
+ - Swap to ` illuminate/collections ` instead of ` tightenco/collections ` .
17
33
- Collections version tag for better use.
18
34
19
35
## [ 2.0.0] - 2021-03-01
@@ -166,3 +182,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
166
182
- Continuous Integration setup for StyleCI, TravisCI, and ScrutinizerCI.
167
183
- Add Punycode for Unicode domain handling.
168
184
- Use League URI package for domain parsing.
185
+
186
+ [ Unreleased ] : https://github.com/mallardduck/php-whois-client/compare/2.0.6...main
187
+ [ 2.0.6 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.5...2.0.6
188
+ [ 2.0.5 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.4...2.0.5
189
+ [ 2.0.4 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.3...2.0.4
190
+ [ 2.0.3 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.2...2.0.3
191
+ [ 2.0.2 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.1...2.0.2
192
+ [ 2.0.1 ] : https://github.com/mallardduck/php-whois-client/compare/2.0.0...2.0.1
193
+ [ 2.0.0 ] : https://github.com/mallardduck/php-whois-client/compare/1.2.1...2.0.0
194
+ [ 1.2.1 ] : https://github.com/mallardduck/php-whois-client/compare/1.2.0...1.2.1
195
+ [ 1.2.0 ] : https://github.com/mallardduck/php-whois-client/compare/1.1.1...1.2.0
196
+ [ 1.1.1 ] : https://github.com/mallardduck/php-whois-client/compare/1.1.0...1.1.1
197
+ [ 1.1.0 ] : https://github.com/mallardduck/php-whois-client/compare/1.0.1...1.1.0
198
+ [ 1.0.1 ] : https://github.com/mallardduck/php-whois-client/compare/1.0.0...1.0.1
199
+ [ 1.0.0 ] : https://github.com/mallardduck/php-whois-client/compare/0.5.0...1.0.0
0 commit comments