Skip to content

Commit 18ab343

Browse files
committed
bump version to v2.1.1
1 parent 7dc5f18 commit 18ab343

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9+
## [2.1.1] - 2026-06-06
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add authorized-nodes filtering example to all master examples by \@Copilot in [#265](https://github.com/nRF24/RF24Mesh/pull/265)
14+
- Move allocation of `addrList` into `setNodeID()` by \@2bndy5 in [#248](https://github.com/nRF24/RF24Mesh/pull/248)
15+
16+
### <!-- 9 --> 🗨️ Changed
17+
18+
- Inform AI agents about dev workflows by \@2bndy5 in [#267](https://github.com/nRF24/RF24Mesh/pull/267)
19+
- Include network after nrf_to_nrf by \@TMRh20 in [#269](https://github.com/nRF24/RF24Mesh/pull/269)
20+
- Replace rollover-unsafe `millis()` deadlines with elapsed-time checks by \@Copilot in [#270](https://github.com/nRF24/RF24Mesh/pull/270)
21+
- Handle addrList allocation failures safely in RF24Mesh master nodes by \@Copilot in [#266](https://github.com/nRF24/RF24Mesh/pull/266)
22+
23+
[2.1.1]: https://github.com/nRF24/RF24Mesh/compare/v2.1.0...v2.1.1
24+
25+
Full commit diff: [`v2.1.0...v2.1.1`][2.1.1]
26+
27+
## New Contributors
28+
29+
- \@Copilot made their first contribution in [#266](https://github.com/nRF24/RF24Mesh/pull/266)
30+
931
## [2.1.0] - 2026-04-08
1032

1133
### <!-- 9 --> 🗨️ Changed
@@ -15,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1537
- Revise CI by \@2bndy5 in [#262](https://github.com/nRF24/RF24Mesh/pull/262)
1638
- Modify call to reusable PIO workflow by \@2bndy5 in [`08a1ec3`](https://github.com/nRF24/RF24Mesh/commit/08a1ec346e3c234c2fdd9b08237579a04733e026)
1739
- NRF54l15 support by \@TMRh20 in [#263](https://github.com/nRF24/RF24Mesh/pull/263)
40+
- Bump version to v2.1.0 by \@TMRh20 in [`d731b47`](https://github.com/nRF24/RF24Mesh/commit/d731b4710acd69a1eed988d28c015f348e1a5019)
1841

1942
[2.1.0]: https://github.com/nRF24/RF24Mesh/compare/v2.0.3...v2.1.0
2043

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24Mesh.git"
99
},
10-
"version": "2.1.0",
10+
"version": "2.1.1",
1111
"dependencies": [
1212
{
1313
"name": "RF24",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Mesh
2-
version=2.1.0
2+
version=2.1.1
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.

0 commit comments

Comments
 (0)