Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
see CHANGELOG for details

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Nov 4, 2024
1 parent 3349dd0 commit 6b63ed1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file.
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).

## [1.1.0] - 2024-11-04

### Added

- Pipeline example
- Add support for Aludel Elixir

### Changed

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

## [1.0.0] - 2023-11-15

### Added
Expand Down
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 2
VERSION_MINOR = 4
PATCHLEVEL = 1
VERSION_MAJOR = 1
VERSION_MINOR = 1
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =

0 comments on commit 6b63ed1

Please sign in to comment.