Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Commit e8d579d

Browse files
committed
prepare 1.0.0 release
1 parent 4537f7c commit e8d579d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `League Uri Nostname parser` will be documented in this file
44

5-
## Next - TBD
5+
## 1.0.0 - 2017-11-22
66

77
### Added
88

@@ -20,7 +20,7 @@ All Notable changes to `League Uri Nostname parser` will be documented in this f
2020

2121
- None
2222

23-
## 0.1.0 - 2016-11-21
23+
## 0.1.0 - 2017-11-21
2424

2525
### Added
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The `League\Uri\PublicSuffix\Rules` class resolves the submitted host against th
280280
~~~php
281281
final class Domain
282282
{
283-
public function __construct(?string $domain = null,?string $publicSuffix = null, bool $isValid = false);
283+
public function __construct(?string $domain = null, ?string $publicSuffix = null, bool $isValid = false);
284284
public function getDomain(): ?string
285285
public function getPublicSuffix(): ?string
286286
public function getRegistrableDomain(): ?string

0 commit comments

Comments
 (0)