Skip to content

Commit 3664c50

Browse files
authored
Updated version and CHANGELOG (#183)
1 parent cb7ecc7 commit 3664c50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
2.2.0 - 2023-12-13
5+
==================
6+
7+
### Added
8+
- To enable isolation of the installation, a Dockerfile is added to build a container. ([#182](https://github.com/kyhau/ssllabs-scan/pull/182) @reinoud)
9+
- Since the container runs in a different environment, command-line arguments were added to facilitate output files in a different location. The default behaviour and normal usage of the script was not changed. ([#182](https://github.com/kyhau/ssllabs-scan/pull/182) @reinoud)
10+
411
2.1.0 - 2022-12-13
512
==================
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__title__ = "ssllabsscan"
4-
__version__ = "2.1.0"
4+
__version__ = "2.2.0"
55
__author__ = "Kay Hau"
66
__email__ = "virtualda@gmail.com"
77
__uri__ = "https://github.com/kyhau/ssllabs-scan"

0 commit comments

Comments
 (0)