Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Mar 27, 2016
1 parent bcc68fb commit ae73786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.9.6 [Work in progress]
## 0.9.6 [27 March 2016]

- `enh` Added new method to Profile model to get avatar url (dmeroff)
- `fix` Fixed translations sourceLanguage (thezilla-)
Expand Down
2 changes: 1 addition & 1 deletion Module.php
Expand Up @@ -22,7 +22,7 @@
*/
class Module extends BaseModule
{
const VERSION = '1.0.0-dev';
const VERSION = '0.9.6';

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

0 comments on commit ae73786

Please sign in to comment.