Skip to content

Commit 0e1724f

Browse files
committed
update changelog for new release
1 parent 8fc6533 commit 0e1724f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1026
## [2.0.4] - 2021-03-01
1127
- Add PHP 8.X support
1228

1329
## [2.0.3] - 2021-03-01
1430
## [2.0.2] - 2021-03-01
1531
### Changed
16-
- Swap to `illuminate/collections` instead of `tightenco/collect`.
32+
- Swap to `illuminate/collections` instead of `tightenco/collections`.
1733
- Collections version tag for better use.
1834

1935
## [2.0.0] - 2021-03-01
@@ -166,3 +182,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
166182
- Continuous Integration setup for StyleCI, TravisCI, and ScrutinizerCI.
167183
- Add Punycode for Unicode domain handling.
168184
- 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

Comments
 (0)