diff --git a/CHANGELOG.md b/CHANGELOG.md index 790badec0..2c5e8ebfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.0.0-alpha1 [09 March 2016] +## 0.9.7 [09 March 2016] - Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff) - Fix: Max password length set to 72 chars (dmeroff) diff --git a/Module.php b/Module.php index 4c14360d4..6ae6982c6 100644 --- a/Module.php +++ b/Module.php @@ -22,7 +22,7 @@ */ class Module extends BaseModule { - const VERSION = '1.0.0-alpha1'; + const VERSION = '0.9.7'; /** Email is changed right after user enter's new email address. */ const STRATEGY_INSECURE = 0; diff --git a/README.md b/README.md index 6fbef17f4..29a5f74e5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ The latest version includes following features: ## Documentation -[Installation instructions](docs/getting-started.md) | [Definitive guide to Yii2-user](docs/README.md) +[Read the Documentation for master](docs/README.md) + +[Read the Documentation for v0.9.7](https://github.com/dektrium/yii2-user/blob/v0.9.7/docs/README.md) + +## Installation + +All installation instructions are located in documentation. ## Support