diff --git a/VERSION b/VERSION index c3f65805..427cda05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.6 +0.16.7 diff --git a/release-notes.md b/release-notes.md index 73aa0c6c..7103bfd3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,14 @@ # Notes / Changes in various releases +## Zephyr SDK 0.16.7 + +- gcc: + + * Removed experimental ISO C11 ``-based gthread implementation + (added in the SDK 0.16.6 release) due to compatibility issues with prior + Zephyr versions. This feature will be reworked and re-introduced in a + future SDK release. + ## Zephyr SDK 0.16.6 - gcc: