diff --git a/CHANGELOG.md b/CHANGELOG.md index d7834fd..1eb269a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## 1.0.3 - TBD +## 1.0.3 - 2017-03-06 ### Added diff --git a/src/AbstractUri.php b/src/AbstractUri.php index 7ece7b8..8aa3d2c 100644 --- a/src/AbstractUri.php +++ b/src/AbstractUri.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1); diff --git a/src/Data.php b/src/Data.php index 0b90809..13973d1 100644 --- a/src/Data.php +++ b/src/Data.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1); diff --git a/src/File.php b/src/File.php index 0d6e148..99ef7dc 100644 --- a/src/File.php +++ b/src/File.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1); diff --git a/src/Ftp.php b/src/Ftp.php index 08f3353..74d3209 100644 --- a/src/Ftp.php +++ b/src/Ftp.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1); diff --git a/src/Http.php b/src/Http.php index a88351d..bac8366 100644 --- a/src/Http.php +++ b/src/Http.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1); diff --git a/src/Ws.php b/src/Ws.php index d94449e..b343518 100644 --- a/src/Ws.php +++ b/src/Ws.php @@ -7,7 +7,7 @@ * @author Ignace Nyamagana Butera * @copyright 2016 Ignace Nyamagana Butera * @license https://github.com/thephpleague/uri-components/blob/master/LICENSE (MIT License) - * @version 1.0.0 + * @version 1.0.3 * @link https://github.com/thephpleague/uri-components */ declare(strict_types=1);