Skip to content

Commit af60de8

Browse files
committed
release v0.8.1
see CHANGELOG for details. Signed-off-by: Mike Szczys <[email protected]>
1 parent 181588b commit af60de8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

10+
## [v0.8.1] - 2025-11-06
11+
12+
### Changed
13+
14+
- Device logs get timeout moved from 5s to 10s to give server more time to respond to requests
15+
1016
## [v0.8.0] - 2025-10-24
1117

1218
### Removed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "golioth"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
authors = [
99
{ name="Marcin Niestroj", email="[email protected]" },
1010
{ name="Sam Friedman", email="[email protected]" },

0 commit comments

Comments
 (0)