diff --git a/Changelog.md b/Changelog.md index faf18be..210ffbc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Changelog +## 17.1.3 + +### New + +* Update nullmailer to version 2.0 [Thomas Merkel] + +### Fix + +* Add znapzend cronjob for error lookups. [Thomas Merkel] +* Switch to grep -E to support simple regex parameters. [Thomas Merkel] + ## 17.1.2 ### New diff --git a/manifest b/manifest index e316fcb..d255bf4 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ name="core-base" organization="SkyLime" brand="Instance" -version="17.1.2" +version="17.1.3" description="Base core.io image" homepage="https://github.com/skylime/mi-core-base" users="root admin" diff --git a/manifest.json b/manifest.json index 7b29f72..cbf01db 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "core-base", - "version": "17.1.2", + "version": "17.1.3", "description": "Base core.io image", "organization": "SkyLime", "brand": "Instance",