diff --git a/CHANGELOG.md b/CHANGELOG.md index 263d101..081f181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ Valdi Changelog =============== -## 0.10.0 +## 0.11.0 + Released: Upcoming + +## 0.10.0 + +Released: 2016-08-30 + - Attention: The minimum PHP version is now 5.5 - Switched to the array shorthand - Switched the versioning to SemVer ## 0.9.0 + Released: 2016-07-17 First release. diff --git a/README.md b/README.md index 9b0fae8..d4dab22 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Super simple, yet complete data validation. ## Getting Started -Find out more and get started with the [documentation](https://philiplb.github.io/Valdi/docs/html/0.9.0). +Find out more and get started with the [documentation](https://philiplb.github.io/Valdi/docs/html/0.10.0). ## Documentation The documentation is available for each version: -* [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0) (Upcoming) +* [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0) * [0.9.0](https://philiplb.github.io/Valdi/docs/html/0.9.0) ## Package @@ -25,7 +25,7 @@ The documentation is available for each version: ```json "require": { - "philiplb/valdi": "0.9.0" + "philiplb/valdi": "0.10.0" } ``` @@ -33,7 +33,7 @@ The documentation is available for each version: ```json "require": { - "philiplb/valdi": "0.9.x-dev" + "philiplb/valdi": "0.11.x-dev" } ``` diff --git a/composer.json b/composer.json index 8a28ffd..946b9b1 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.10.x-dev" + "dev-master": "0.11.x-dev" } } }