prepare for next version

This commit is contained in:
Schrolli91 2021-01-08 19:02:02 +01:00
parent b3d3e1cc82
commit 4f5b4854c7
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
2 changed files with 13 additions and 6 deletions

View file

@ -1,6 +1,16 @@
# Changelog
### __[v2.5.2]__ - unreleased
### __[v2.5.3]__ - unreleased
##### Added
##### Changed
##### Deprecated
##### Removed
##### Fixed
##### Security
### __[v2.5.2]__ - 08.01.2021
##### Added
- fhemCmd-Plugin: New plugin fhemCmd to execute commands in FHEM home automation. [#457](https://github.com/Schrolli91/BOSWatch/pull/457)
- Add field "ricFuncChar" in data structure for POC messages as a combination of "ric" and "functionChar" for using in RegEx filter. [#459](https://github.com/Schrolli91/BOSWatch/pull/459)
@ -9,12 +19,9 @@
- Divera Plugin: Add individual alarms for FMS, ZVEI and POC. [#451](https://github.com/Schrolli91/BOSWatch/pull/451)
- install.sh: local git repo available at /opt/boswatch (or at your own path). Updates easier with `git pull` in /opt/boswatch. [#452](https://github.com/Schrolli91/BOSWatch/pull/452)
- Telegram Plugin: Add support for simple HTML style message formatting. [#482](https://github.com/Schrolli91/BOSWatch/pull/482)
##### Deprecated
##### Removed
##### Fixed
- install.sh: old version of mysql-connector-python removed; add new via pip [#452](https://github.com/Schrolli91/BOSWatch/pull/452) [#445](https://github.com/Schrolli91/BOSWatch/issues/445)
- GPIOcontrol plugin: Fixing indentation errors. [#465](https://github.com/Schrolli91/BOSWatch/pull/465)
##### Security
### __[v2.5.1]__ - 28.04.2020
@ -128,7 +135,7 @@
Zum schreiben des Changelog's siehe:
http://keepachangelog.com/de/1.0.0/
### __[v#.#]__ - date
### __[v#.#]__ - unreleased
##### Added
##### Changed
##### Deprecated

View file

@ -9,7 +9,7 @@ Global variables
"""
# version info
versionNr = "2.5.2"
versionNr = "2.5.3"
branch = "dev"
buildDate = "unreleased"