Skip to content

Commit 772e396

Browse files
committed
Bumped version
1 parent b0df565 commit 772e396

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## 0.9.7 [09 March 2016]
3+
## 0.9.8 [09 August 2016]
4+
5+
- Fix: Fixed Yandex auth client (dmeroff)
6+
7+
## 0.9.7 [09 August 2016]
48

59
- Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff)
610
- Fix: Max password length set to 72 chars (dmeroff)

Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class Module extends BaseModule
2424
{
25-
const VERSION = '0.9.7';
25+
const VERSION = '0.9.8';
2626

2727
/** Email is changed right after user enter's new email address. */
2828
const STRATEGY_INSECURE = 0;

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The latest version includes following features:
1919

2020
[Read the Documentation for master](docs/README.md)
2121

22-
[Read the Documentation for v0.9.7](https://github.com/dektrium/yii2-user/blob/v0.9.7/docs/README.md)
22+
[Read the Documentation for v0.9.8](https://github.com/dektrium/yii2-user/blob/v0.9.8/docs/README.md)
2323

2424
## Installation
2525

0 commit comments

Comments
 (0)