Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Aug 9, 2016
1 parent b0df565 commit 772e396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion Module.php
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 772e396

Please sign in to comment.