diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe26a0..7ec818f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ Valdi Changelog =============== -## 1.0.0 +## 1.1.0 Released: Upcoming +## 1.0.0 + +Released: 2020-01-14 + - Valdi itself entered the 1.0! - Attention: The minimum required PHP version is now 7.0 diff --git a/README.md b/README.md index c04c2c0..154b261 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Reasons to use Valdi: Find out more and get started with the documentation. This documentation is available for each version: -* [1.0.0](https://philiplb.github.io/Valdi/docs/html/1.0.0) (Upcoming) +* [1.0.0](https://philiplb.github.io/Valdi/docs/html/1.0.0) * [0.12.0](https://philiplb.github.io/Valdi/docs/html/0.12.0) * [0.11.0](https://philiplb.github.io/Valdi/docs/html/0.11.0) * [0.10.0](https://philiplb.github.io/Valdi/docs/html/0.10.0) @@ -36,10 +36,9 @@ Valdi uses [Semantic Versioning](https://semver.org/). ### Stable - ```json "require": { - "philiplb/valdi": "0.12.0" + "philiplb/valdi": "^1.0" } ``` @@ -47,7 +46,7 @@ Valdi uses [Semantic Versioning](https://semver.org/). ```json "require": { - "philiplb/valdi": "1.0.x-dev" + "philiplb/valdi": "1.1.x-dev" } ``` diff --git a/composer.json b/composer.json index bb7aa65..40465de 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } } }