Skip to content

Commit ae93b60

Browse files
chore(main): release 0.4.1 (#47)
* chore(main): release 0.4.1 * chore: update uv.lock for release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent caba34c commit ae93b60

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/deviantintegral/flameconnect/compare/v0.4.0...v0.4.1) (2026-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **security:** apply fixes for URL injection and redirect URI validation ([#49](https://github.com/deviantintegral/flameconnect/issues/49)) ([caba34c](https://github.com/deviantintegral/flameconnect/commit/caba34c8713a8f928d52e66585979af94421484c))
9+
10+
11+
### Documentation
12+
13+
* link Home Assistant custom component from README ([#46](https://github.com/deviantintegral/flameconnect/issues/46)) ([f44f88f](https://github.com/deviantintegral/flameconnect/commit/f44f88f3a04a1a2452ae274c78f2f7eb027fa0a3))
14+
315
## [0.4.0](https://github.com/deviantintegral/flameconnect/compare/v0.3.0...v0.4.0) (2026-02-27)
416

517

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 = "flameconnect"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Async Python library for controlling Dimplex, Faber, and Real Flame fireplaces via the Flame Connect cloud API"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/flameconnect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"
66

77
from flameconnect.auth import AbstractAuth, MsalAuth, TokenAuth
88
from flameconnect.client import FlameConnectClient

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)