Skip to content

Commit 380efb8

Browse files
committed
bump version to v2.0.4
1 parent 32e78d2 commit 380efb8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@ 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.0.4] - 2025-04-19
10+
11+
### <!-- 3 --> 🗑️ Removed
12+
13+
- Fix for large payloads with NRF52 by \@TMRh20 in [#244](https://github.com/nRF24/RF24Network/pull/244)
14+
15+
[2.0.4]: https://github.com/nRF24/RF24Network/compare/v2.0.3...v2.0.4
16+
17+
Full commit diff: [`v2.0.3...v2.0.4`][2.0.4]
18+
919
## [2.0.3] - 2025-01-10
1020

1121
### <!-- 4 --> 🛠️ Fixed
1222

1323
- Fix buffering of user payloads by \@TMRh20 in [#243](https://github.com/nRF24/RF24Network/pull/243)
1424

25+
### <!-- 9 --> 🗨️ Changed
26+
27+
- Bump version to v2.0.3 by \@2bndy5 in [`731a368`](https://github.com/nRF24/RF24Network/commit/731a36864daa72a605eb170aed8b29493ecfd6f4)
28+
1529
[2.0.3]: https://github.com/nRF24/RF24Network/compare/v2.0.2...v2.0.3
1630

1731
Full commit diff: [`v2.0.2...v2.0.3`][2.0.3]

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RF24Network",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"keywords": "rf, radio, wireless, spi",
55
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.",
66
"license": "GPL-2.0-only",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Network
2-
version=2.0.3
2+
version=2.0.4
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.

0 commit comments

Comments
 (0)