From 9df5b5997417c706285d0a94568553cca58d672c Mon Sep 17 00:00:00 2001 From: Satoshi Fujii Date: Wed, 30 Jun 2021 07:40:24 +0000 Subject: 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 Issue-ID: DCAEGEN2-2850 Change-Id: Id005e22567fc5fa09f1fa8f5b455b1645651e254 --- Changelog.md | 9 +++++---- 1 file 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 -- cgit 1.2.3-korg