From 772e3961bf2c1f6cd891985d3d0da7c89058dd2b Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Tue, 9 Aug 2016 12:18:57 +0300 Subject: [PATCH] Bumped version --- CHANGELOG.md | 6 +++++- Module.php | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5e8ebfa..86d1b9a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG -## 0.9.7 [09 March 2016] +## 0.9.8 [09 August 2016] + +- Fix: Fixed Yandex auth client (dmeroff) + +## 0.9.7 [09 August 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 6ae6982c6..1845e0679 100644 --- a/Module.php +++ b/Module.php @@ -22,7 +22,7 @@ */ class Module extends BaseModule { - const VERSION = '0.9.7'; + const VERSION = '0.9.8'; /** Email is changed right after user enter's new email address. */ const STRATEGY_INSECURE = 0; diff --git a/README.md b/README.md index 29a5f74e5..eb94daac6 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.7](https://github.com/dektrium/yii2-user/blob/v0.9.7/docs/README.md) +[Read the Documentation for v0.9.8](https://github.com/dektrium/yii2-user/blob/v0.9.8/docs/README.md) ## Installation