mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
prepare for new version
This commit is contained in:
parent
28d45966b2
commit
740f10dfae
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,16 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
### __[v2.#]__ - Unreleased
|
||||
### __[v#.#]__ - date
|
||||
##### Added
|
||||
##### Changed
|
||||
##### Deprecated
|
||||
##### Removed
|
||||
##### Fixed
|
||||
##### Security
|
||||
|
||||
|
||||
### __[v2.4.1]__ - 23.20.2018
|
||||
##### Added
|
||||
- Pushover-Plugin: Priorität für einzelne RIC und ZVEI in config einstellbar [#378](https://github.com/Schrolli91/BOSWatch/pull/378)
|
||||
##### Changed
|
||||
- Kleinere Anpassungen im Telegram Plugin (Karten-Generierung) [#380](https://github.com/Schrolli91/BOSWatch/pull/380)
|
||||
##### Deprecated
|
||||
##### Removed
|
||||
- Notify-my-Andoird Plugin und Logging-Handler wegen Einstellung des Service entfernt [#374](https://github.com/Schrolli91/BOSWatch/pull/374)
|
||||
##### Fixed
|
||||
##### Security
|
||||
|
||||
|
||||
### __[v2.4]__ - 17.08.2018
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Global variables
|
|||
"""
|
||||
|
||||
# version info
|
||||
versionNr = "2.4"
|
||||
versionNr = "2.4.1"
|
||||
branch = "dev"
|
||||
buildDate = "unreleased"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue