diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e20fda..5c7f7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ Changelog Version 2 ========= -2.0.0 (unreleased) ------------------- +2.0.0 +----- * Added static typing whereever possible. This should not change anything, but the added strictness might trigger errors where it was more tolerant for incorrect types before. diff --git a/composer.json b/composer.json index fbb940c..bb15b3f 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-json":"*", "phpcr/phpcr": "~2.1.5", "phpcr/phpcr-utils": "^1.8.0 || ^2.0", - "jackalope/jackalope": "^2.0.0-RC1" + "jackalope/jackalope": "^2.0.0" }, "provide": { "jackalope/jackalope-transport": "2.0.0"