Skip to content

Commit a17dd65

Browse files
authored
Bump Python Matter server to 3.3.1 (home-assistant#2981)
1 parent 78247a4 commit a17dd65

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

matter_server/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3+
## 4.3.1
4+
5+
- Bump Python Matter Server to [3.3.1](https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.3.1)
6+
37
## 4.3.0
48

59
- Bump Matter Server to [3.3.0](https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.3.0)
610

7-
811
## 4.2.0
912

1013
- Bump Matter Server to [3.2.0](https://github.com/home-assistant-libs/python-matter-server/releases/tag/3.2.0)

matter_server/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ args:
66
BASHIO_VERSION: 0.14.3
77
TEMPIO_VERSION: 2021.09.0
88
S6_OVERLAY_VERSION: 3.1.3.0
9-
MATTER_SERVER_VERSION: 3.3.0
9+
MATTER_SERVER_VERSION: 3.3.1

matter_server/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 4.3.0
2+
version: 4.3.1
33
slug: matter_server
44
name: Matter Server
55
description: Matter WebSocket Server for Home Assistant Matter support.

0 commit comments

Comments
 (0)