Skip to content

Commit ebf369a

Browse files
committed
release v1.4.0
see CHANGELOG for details Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 2cdc979 commit ebf369a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ All notable changes to this project will be documented in this file.
77

88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [1.4.0] - 2024-12-20
11+
12+
### Added
13+
14+
- Support for Thingy91x
15+
16+
### Changed
17+
18+
- Merge changes from
19+
[`golioth/reference-design-template@template_v2.5.0`](https://github.com/golioth/reference-design-template/tree/template_v2.5.0).
20+
- Sensor readings moved to their own functions. This facilitates reading different sensors on the
21+
Thingy91 and Thingy91x
22+
23+
### Known issues
24+
25+
- Thingy91x: The BME68x environment sensor sometimes shows repeated, unchanging values for
26+
IAQ/VOC/CO2 readings. The same behavior is present in the factory sample from Nordic and believed
27+
to be an issue with the upstream driver.
28+
1029
## [1.3.0] - 2024-10-03
1130

1231
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 1
2-
VERSION_MINOR = 3
2+
VERSION_MINOR = 4
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)