Skip to content

Commit

Permalink
Updated version and CHANGELOG (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Dec 13, 2023
1 parent cb7ecc7 commit 3664c50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

2.2.0 - 2023-12-13
==================

### Added
- To enable isolation of the installation, a Dockerfile is added to build a container. ([#182](https://github.com/kyhau/ssllabs-scan/pull/182) @reinoud)
- 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)

2.1.0 - 2022-12-13
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__title__ = "ssllabsscan"
__version__ = "2.1.0"
__version__ = "2.2.0"
__author__ = "Kay Hau"
__email__ = "[email protected]"
__uri__ = "https://github.com/kyhau/ssllabs-scan"
Expand Down

0 comments on commit 3664c50

Please sign in to comment.