diff --git a/changelog.txt b/changelog.txt index ab4e3d2..d9dc945 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.0.12 + - change formatter timezone -0.0.11 - add daily transfers - add global reception word listener diff --git a/common/config/params.php b/common/config/params.php index 2a10d8f..487f486 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,5 +3,5 @@ return [ 'adminEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.0.11' + 'version' => 'v0.0.12' ];