Skip to content

Commit

Permalink
Merge pull request #26 from IRNAS/release/v1.4.2
Browse files Browse the repository at this point in the history
Release v1.4.2
  • Loading branch information
KajbaM authored Jun 19, 2024
2 parents a543664 + 6c88823 commit ea7347a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.4.2] - 2024-06-19

## [1.4.1] - 2024-06-19

### Changed
Expand Down Expand Up @@ -85,7 +87,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- stream
- tx_rx_continous

[Unreleased]: https://github.com/IRNAS/SWL2001-Zephyr/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/IRNAS/SWL2001-Zephyr/compare/v1.4.2...HEAD

[1.4.2]: https://github.com/IRNAS/SWL2001-Zephyr/compare/v1.4.1...v1.4.2

[1.4.1]: https://github.com/IRNAS/SWL2001-Zephyr/compare/v1.4.0...v1.4.1

Expand Down
1 change: 1 addition & 0 deletions drivers/smtc_modem_hal_impl/smtc_modem_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <zephyr/settings/settings.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/sys/reboot.h>
#include <version.h>

#if KERNEL_VERSION_NUMBER >= ZEPHYR_VERSION(3, 4, 99)
#include <zephyr/random/random.h>
Expand Down

0 comments on commit ea7347a

Please sign in to comment.