Skip to content

Commit

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

Expand Down
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -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"
}
}
}

0 comments on commit d9530a1

Please sign in to comment.