chore: update changes && bump app version

This commit is contained in:
firest 2023-08-10 18:28:56 +08:00
parent bc417a6764
commit 749c2d075f
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
{vsn, "5.1.7"},
{vsn, "5.1.8"},
{modules, []},
{registered, []},
{applications, [

View File

@ -0,0 +1 @@
Add a check for the maximum value of the timestamp in the API to ensure it is a valid Unix timestamp.