diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index c1ef548a4..6b2f091b6 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). -## 1.0.26 +## 1.0.26 (20. February 2020) + [#1987](https://github.com/luyadev/luya/issues/1987) Fix bug with closures in `luya\Config` application and bootstrap section. diff --git a/docs/guide/install-upgrade.md b/docs/guide/install-upgrade.md index 505b4a98f..50cda260c 100644 --- a/docs/guide/install-upgrade.md +++ b/docs/guide/install-upgrade.md @@ -10,7 +10,7 @@ Change the LUYA versions for each modules and LUYA itself in your composer.json "require": { "luyadev/luya-core" : "^1.0", "luyadev/luya-module-cms" : "^2.0", - "luyadev/luya-module-admin" : "^2.0" + "luyadev/luya-module-admin" : "^3.0" } ```