This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new ca67e3015 Prepare for Apache NimBLE 1.8.0 release
ca67e3015 is described below

commit ca67e3015eec30eb97c853112441082d709e43ba
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Nov 13 13:12:42 2024 +0100

    Prepare for Apache NimBLE 1.8.0 release
---
 RELEASE_NOTES.md | 8 +++-----
 repository.yml   | 4 ++++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a34cd8752..3a83f1683 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-27 March 2024 - Apache NimBLE v1.7.0
+13 November 2024 - Apache NimBLE v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt 
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,10 +10,8 @@ replaces the proprietary SoftDevice on Nordic chipsets.
 
 New features in this version of NimBLE include:
 
-* Initial support for Enhanced ATT bearer
-* Initial support for Broadcast Source and Auracast
-* GATT host API additions
-* Doxygen API comments overhaul
+* Initial support for Channel Sounding (host)
+* Support for SKY66405 FEM
 
 If working on next-generation RTOS and Bluetooth protocol stack
 sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt
diff --git a/repository.yml b/repository.yml
index 809842978..e8c6c655e 100644
--- a/repository.yml
+++ b/repository.yml
@@ -33,6 +33,7 @@ repo.versions:
     "1.5.0": "nimble_1_5_0_tag"
     "1.6.0": "nimble_1_6_0_tag"
     "1.7.0": "nimble_1_7_0_tag"
+    "1.8.0": "nimble_1_8_0_tag"
 
     "1.0-latest": "1.0.0"
     "1.1-latest": "1.1.0"
@@ -42,6 +43,7 @@ repo.versions:
     "1.5-latest": "1.5.0"
     "1.6-latest": "1.6.0"
     "1.7-latest": "1.7.0"
+    "1.8-latest": "1.8.0"
 
 repo.newt_compatibility:
     0.0.0:
@@ -62,3 +64,5 @@ repo.newt_compatibility:
         1.11.0: good
     1.7.0:
         1.12.0: good
+    1.8.0:
+        1.13.0: good

Reply via email to