diff --git a/CHANGELOG.md b/CHANGELOG.md index e51b46f..e00bc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,3 +115,9 @@ For prior version, please refer to the tag commit message. Sorry guys. ## [0.9.12] - 2023-12-15 - Update script to run in bash to avoid unexpected output on Ubuntu - Add preliminary ASL support + +## [0.9.13] - 2024-02-07 +- Automate core configuration settings for i225 and stmmac +- Automate core configuration settings for ASL platform +- Add Intel security policy and guideline +- Mount temp_file_dir directory to tmpfs diff --git a/run.sh b/run.sh index e8ea8d2..731e3ed 100755 --- a/run.sh +++ b/run.sh @@ -34,7 +34,7 @@ set -a # enable variable export RUNSH_DEBUG_MODE="YES" RUNSH_QDISC_DEBUG_MODE="NO" RUNSH_RESULT_DEBUG_MODE="NO" -TSNREFSW_PACKAGE_VERSION="v0.9.12" +TSNREFSW_PACKAGE_VERSION="v0.9.13" main() { #if [ $USER != "root" ]; then