mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-28 18:14:56 +01:00
prep for next rel
This commit is contained in:
parent
e14fbb1b2b
commit
04af8f0359
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,16 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
### __[v2.5.1]__ - unreleased
|
||||
### __[v2.5.2]__ - unreleased
|
||||
##### Added
|
||||
- Plugin requirements: Added requirements.txt for all plugins requiring extra python packages so the install will be easier
|
||||
- DescriptionList POC: add new description parameter for Sub-RICs without a main RIC definition. parameter 'onlysubric'. [#449](https://github.com/Schrolli91/BOSWatch/pull/449)
|
||||
##### Changed
|
||||
##### Deprecated
|
||||
##### Removed
|
||||
##### Fixed
|
||||
##### Security
|
||||
|
||||
|
||||
### __[v2.5.1]__ - 28.04.2020
|
||||
##### Added
|
||||
- Plugin requirements: Added requirements.txt for all plugins requiring extra python packages so the install will be easier
|
||||
- DescriptionList POC: add new description parameter for Sub-RICs without a main RIC definition. parameter 'onlysubric'. [#449](https://github.com/Schrolli91/BOSWatch/pull/449)
|
||||
##### Fixed
|
||||
- MySQL plugin: Ensure character set (utf8mb4) and collation (utf8mb4_general_ci) are set correctly when connection to database is established. [#447](https://github.com/Schrolli91/BOSWatch/pull/447)
|
||||
- E-Mail plugin: Create MIME-compliant header that can contain any kind of string. [#448](https://github.com/Schrolli91/BOSWatch/pull/448)
|
||||
##### Security
|
||||
|
||||
|
||||
### __[v2.5]__ - 16.04.2020
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Global variables
|
|||
"""
|
||||
|
||||
# version info
|
||||
versionNr = "2.5.1"
|
||||
versionNr = "2.5.2"
|
||||
branch = "dev"
|
||||
buildDate = "unreleased"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue