From d9530a1b4213c2bd7fd8eb05d185dfe9dffde558 Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Sat, 13 Aug 2016 18:45:38 +0300 Subject: [PATCH] Bumped version --- CHANGELOG.md | 3 ++- Module.php | 2 +- README.md | 2 +- composer.json | 6 +++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93551e96c..1d1f9fded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG -## 0.9.9 [Work in progress] +## 0.9.9 [13 August 2016] +- Enh #746: Changed AccessRule to check other roles/permissions (markux) - Enh #649: Updated test suite to codeception 2.2 (dmeroff) - Enh #725: Removed message that user is not registered in Recovery and Resend forms (dmeroff) - Fix #747: Fixed reverting migrations on PostgreSQL (dmeroff) diff --git a/Module.php b/Module.php index cabd149a3..f56e2d6f2 100644 --- a/Module.php +++ b/Module.php @@ -22,7 +22,7 @@ */ class Module extends BaseModule { - const VERSION = '0.9.9-dev'; + const VERSION = '0.9.9'; /** Email is changed right after user enter's new email address. */ const STRATEGY_INSECURE = 0; diff --git a/README.md b/README.md index 0a8b0ffea..cfb271e3f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The latest version includes following features: [Read the Documentation for master](docs/README.md) -[Read the Documentation for v0.9.8](https://github.com/dektrium/yii2-user/blob/0.9.8/docs/README.md) +[Read the Documentation for v0.9.9](https://github.com/dektrium/yii2-user/blob/0.9.9/docs/README.md) ## Installation diff --git a/composer.json b/composer.json index 07e85533b..bc3e66824 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,10 @@ } }, "extra": { - "bootstrap": "dektrium\\user\\Bootstrap" + "bootstrap": "dektrium\\user\\Bootstrap", + "branch-alias": { + "dev-master": "0.9.x-dev", + "dev-develop": "1.0.x-dev" + } } } \ No newline at end of file