aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-06-30 07:40:24 +0000
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-07-01 09:43:20 +0000
commit9df5b5997417c706285d0a94568553cca58d672c (patch)
treef9406f0d37401af4caa9eb10bef9ad173df55e08
parent6a3fc8a04bdcc1d8df64d4ff5661c3c6b7c8bd0c (diff)
Use yyyy/mm/dd format in Changelog
Current date format is ambiguous (mm/dd/yyyy or dd/mm/yyyy), so let's change to use yyyy/mm/dd in Changelog. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2850 Change-Id: Id005e22567fc5fa09f1fa8f5b455b1645651e254
-rw-r--r--Changelog.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index 4c9a6c6..e79e618 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,17 +4,18 @@ 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.1.] - 19/06/2021
+## [2.3.1.] - 2021/06/19
### Security
- Fixed SQL injection vulnerability
### Changed
- Cleanup code
- Removed extraneous parentheses
+- Use yyyy/mm/dd format in Changelog
### Fixed
- pytest fails if http\_proxy is set
-## [2.3.0.] - 18/06/2021
+## [2.3.0.] - 2021/06/18
### Changed
- Cleanup code
- Removed unused imports
@@ -23,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add target/ to .gitignore
-## [2.2.0.] - 07/04/2021
+## [2.2.0.] - 2021/04/07
### Changed
- Switched to currently recommended version of docker integration-python:8.0.0.
- Fix issues preventing running with py3.9
@@ -34,4 +35,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- CWE-93 (httplib2)
- CVE-2018-18074 (requests)
-## [2.1.1.] - 03/02/2021
+## [2.1.1.] - 2021/02/03