Skip to content

Commit b8e650e

Browse files
committed
Bump version
1 parent dffe2a0 commit b8e650e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.7]
4+
- Added health check endpoint for better monitoring and automatic recovery
5+
- Added Docker health check configuration
6+
37
## [1.1.6]
48
- Simplify reconnect logic
59

hassio-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Hame Relay"
2-
version: "1.1.6"
2+
version: "1.1.7"
33
slug: "hame_relay"
44
description: "Connect B2500 storage to Home Assistant while keeping mobile app functionality"
55
url: "https://github.com/tomquist/hame-relay"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hame-relay",
3-
"version": "1.1.4",
3+
"version": "1.1.7",
44
"description": "MQTT message forwarder between brokers",
55
"main": "dist/forwarder.js",
66
"scripts": {

0 commit comments

Comments
 (0)