diff options
author | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | 2021-06-15 13:01:54 +0000 |
---|---|---|
committer | Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> | 2021-06-18 07:39:23 +0000 |
commit | 92b7f70deb207f618f65ccc00e135e6b31fd56f0 (patch) | |
tree | ba152eb62d12f84f607e423350b244bb083fbf7c /Changelog.md | |
parent | 6ebeaa909fb5c09f2ade3971c87d496b6a3a028a (diff) |
Remove unused imports and bump version to 2.3.0
Remove unused import statements from script.
Bumped up version to 2.3.0.
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Issue-ID: DCAEGEN2-2833
Change-Id: I015e89f1b56ca12483e432bf67123f33140d722c
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index fa33c15..6d5c8ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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 + ## [2.2.0.] - 07/04/2021 ### Changed - Switched to currently recommended version of docker integration-python:8.0.0. |