Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit bde8fd4

Browse files
authored
Publishes the 0.4.0 version of MutableSecurity (#69)
This commit publishes the latest version of MutableSecurity and that is version 0.4.0. In this version, we offer support for ClamAV and Let's Encrypt. Resolves: #68 Signed-off-by: AntociAlin <[email protected]> Signed-off-by: AntociAlin <[email protected]>
1 parent 0e84d1a commit bde8fd4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## `v0.4.0` | 2022-09-26
4+
5+
### Added
6+
7+
- Adds support for Let's Encrypt x Certbot and ClamAV.
8+
39
## `v0.3.1` | 2022-09-13
410

511
### Added
612

7-
- Adds usage monitoring with custom serverless function and crash monitoring with Sentry
13+
- Adds usage monitoring with custom serverless function and crash monitoring with Sentry.
814

915
## `v0.3.0` | 2022-08-07
1016

mutablesecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package storing the MutableSecurity codebase."""
22

3-
VERSION = "0.3.1"
3+
VERSION = "0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mutablesecurity"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Seamless deployment and management of cybersecurity solutions"
55
keywords = ["cybersecurity", "security-solutions", "hardening", "automatic-deployment"]
66
license = "MIT"

0 commit comments

Comments
 (0)