Skip to content

Commit b22eda1

Browse files
committed
release v1.1.0
see CHANGELOG for details. Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 6ce720d commit b22eda1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11-
## [1.1.0] - Unreleased
11+
## [1.1.0] - 2025-10-14
1212

1313
### Added
1414

@@ -18,10 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Changed
1919

2020
- Merge changes from
21-
[`golioth/reference-design-template@template_v2.4.1`](https://github.com/golioth/reference-design-template/tree/template_v2.4.1).
21+
[`golioth/reference-design-template@template_v2.8.0`](https://github.com/golioth/reference-design-template/tree/template_v2.8.0).
2222
- Update board names for Zephyr hardware model v2
2323
- Use `VERSION` file instead of `prj.conf` to set firmware version
2424

25+
### Removed
26+
27+
- Aludel Mini is EOL and no longer supported
28+
2529
## [1.0.0] - 2023-09-05
2630

2731
### Added

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 0
2-
VERSION_MINOR = 0
3-
PATCHLEVEL = 1
1+
VERSION_MAJOR = 1
2+
VERSION_MINOR = 1
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)