aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
blob: 6af1cd952c92583887aee52a1076b511f2e9c8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.0.] - 18/06/2021
### Changed
- Cleanup code
  - Removed unused imports
  - Reformatted code whitespace
- Add target/ to .gitignore


## [2.2.0.] - 07/04/2021
### Changed
- Switched to currently recommended version of docker integration-python:8.0.0.
- Fix issues preventing running with py3.9
- Bumped tested python versions to 3.8,3.9.
### Security
- Due to dependency update following were fixed:
  - CVE-2020-14343 (PyYAML)
  - CWE-93 (httplib2)
  - CVE-2018-18074 (requests)

## [2.1.1.] - 03/02/2021