diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html
index 3e7b0bcf..cf61a53d 100644
--- a/main/ChangeLog_pg.html
+++ b/main/ChangeLog_pg.html
@@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
| Version | Description |
+| 1.14.0 | Added support for CMSIS Event Recorder to the compute graph. Added more customization options to the compute graph. |
+
| 1.13.0 | Added cyclo static scheduling to the CMSIS-DSP compute graph |
| 1.12.0 | New version of SDF (Renaming and new feature to make it more developer friendly). |
diff --git a/main/footer.js b/main/footer.js
index f7b94a9b..714ce3f0 100644
--- a/main/footer.js
+++ b/main/footer.js
@@ -1,7 +1,7 @@
function writeHeader() {
- document.write('Version 1.13.1-dev2');
+ document.write('Version 1.14.1-dev2');
};
function writeFooter() {
- document.write('Generated on Tue Sep 20 2022 06:00:16 for CMSIS-DSP 1.13.1-dev2+gb817710. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
+ document.write('Generated on Wed Sep 28 2022 05:52:20 for CMSIS-DSP 1.14.1-dev2+g633b528. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};
diff --git a/version.js b/version.js
index dfb17b04..a1d10f05 100644
--- a/version.js
+++ b/version.js
@@ -1,7 +1,7 @@
//--- list of versions ---
const versions = {
+ "main": "1.14.1-dev2",
"latest": "1.14.0",
- "main": "1.13.1-dev2",
"v1.12.0": "1.12.0",
"v1.11.0": "1.11.0",
"v1.10.1": "1.10.1"