Skip to content

Commit b675dcf

Browse files
authored
Release 0.7.2 (#130)
* Bump to 0.7.2 * Updated changelog for release
1 parent e028dac commit b675dcf

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

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

3-
## 0.7.2b1
3+
## 0.7.2
44

5+
* Add Dutch language translation, #133
6+
* Prevent leaking username and passwords to logs, #131
7+
* Added documentation of API calls which are not official, #126
58
* Add support for setting status light brightness, #112
69
* Add retry on 500 server errors from Zaptec cloud, #90
710
* Added new charger lock "Permanent cable lock" and removed the binary

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Hellowlol, Svein Seldal and contributers
3+
Copyright (c) 2024 Hellowlol, Svein Seldal and contributers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

custom_components/zaptec/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import annotations
33

44
NAME = "zaptec"
5-
VERSION = "0.7.2b1"
5+
VERSION = "0.7.2"
66
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
77

88
DOMAIN = "zaptec"

custom_components/zaptec/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
],
1111
"iot_class": "cloud_polling",
1212
"requirements": ["azure-servicebus", "pydantic"],
13-
"version": "0.7.2b1"
13+
"version": "0.7.2"
1414
}

0 commit comments

Comments
 (0)