diff --git a/CHANGELOG.md b/CHANGELOG.md index fda8ebf..0a03b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - Available storage is less than the remaining flash space on IDF v5.0. If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)` or update IDF to v5.1 or later. +## 1.9.5 +- Add Hi,Jason; 小鸭小鸭; 璃奈板 wake word models + ## 1.9.4 - Fix bugs when using C++ to compile - Add more new wake words diff --git a/idf_component.yml b/idf_component.yml index 23e6873..145cee4 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.9.4" +version: "1.9.5" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: