Skip to content

Commit 6b63ed1

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

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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] - 2024-11-04
12+
13+
### Added
14+
15+
- Pipeline example
16+
- Add support for Aludel Elixir
17+
18+
### Changed
19+
20+
- Merge changes from
21+
[`golioth/reference-design-template@template_v2.4.1`](https://github.com/golioth/reference-design-template/tree/template_v2.4.1).
22+
- Update board names for Zephyr hardware model v2
23+
- Use `VERSION` file instead of `prj.conf` to set firmware version
24+
1125
## [1.0.0] - 2023-11-15
1226

1327
### Added

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 4
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)