Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Jan 8, 2017
1 parent b1e973d commit 0ebc1e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.9.10 [Work in progress]
## 0.9.10 [8 January 2017]

- Enh #767: Added support for MS SQL Server (tsdogs)
- Enh #795: Added method `getAccountByProvider` to User model to get account model by provider name (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';
const VERSION = '0.9.10';

/** Email is changed right after user enter's new email address. */
const STRATEGY_INSECURE = 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Expand Up @@ -12,7 +12,7 @@ Yii2-user can be installed using composer. Run following command to download and
install Yii2-user:

```bash
composer require "dektrium/yii2-user:0.9.*@dev"
composer require dektrium/yii2-user
```

### 2. Configure
Expand Down

0 comments on commit 0ebc1e6

Please sign in to comment.