diff --git a/changelog.txt b/changelog.txt index 6913da3..decdb0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +-0.0.9 + add rfid_key to card and key + add typeahead to reception product/sale + add admin transaction/summary + fix admin transaction/index -0.0.8 fix account state on reception add keys diff --git a/common/config/params.php b/common/config/params.php index 84a02bc..afd5a75 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.8' + 'version' => 'v0.0.9' ];