Skip to content

Commit 0ebc1e6

Browse files
committed
Prepare for release
1 parent b1e973d commit 0ebc1e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.9.10 [Work in progress]
3+
## 0.9.10 [8 January 2017]
44

55
- Enh #767: Added support for MS SQL Server (tsdogs)
66
- Enh #795: Added method `getAccountByProvider` to User model to get account model by provider name (dmeroff)

Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class Module extends BaseModule
2424
{
25-
const VERSION = '0.9.9';
25+
const VERSION = '0.9.10';
2626

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

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Yii2-user can be installed using composer. Run following command to download and
1212
install Yii2-user:
1313

1414
```bash
15-
composer require "dektrium/yii2-user:0.9.*@dev"
15+
composer require dektrium/yii2-user
1616
```
1717

1818
### 2. Configure

0 commit comments

Comments
 (0)