Skip to content

Commit ce679d1

Browse files
committed
release v1.1.0
see CHANGELOG for details. Signed-off-by: Mike Szczys <[email protected]>
1 parent d8e7704 commit ce679d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ 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-
## [Unreleased]
11+
## [1.1.0] - 2025-05-12
1212

1313
### Changed
1414

15-
- Merge changes from [`golioth/reference-design-template@template_v2.1.0`](https://github.com/golioth/reference-design-template/tree/template_v2.1.0).
15+
- Merge changes from [`golioth/reference-design-template@template_v2.7.1`](https://github.com/golioth/reference-design-template/tree/template_v2.7.1).
1616
- Prevent sending excessive warning log messages on flaky connections.
1717
- Only attempt to send sensor data when Golioth client is connected.
1818

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 = 0
2+
VERSION_MINOR = 1
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)