aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2021-12-18 16:45:58 +0000
committerHansen, Tony (th1395) <th1395@att.com>2021-12-18 16:46:00 +0000
commit4fda8da3cc7f351e9af84d7ba2cb7500e9d12e56 (patch)
treef0d110a67dc325d2b1a9c6d9490f430c285ce51b
parent6c78c383568530854124b294c34b839f4f0ea47a (diff)
fix ambiguous dates in Changelog.md files
Change-Id: Iaf33e8743b9e7608400f9f3077d9cb66208dfd22 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3026
-rw-r--r--Changelog.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/Changelog.md b/Changelog.md
index 446f8d25..17c55436 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,11 +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/).
-## [1.6.1] - 24/08/2021
+## [1.6.1] - 2021/08/24
### Changed
- SDK version bump from 1.5.0 to 1.8.7 in order to enable config file support
-## [1.6.0] - 21/07/2021
+## [1.6.0] - 2021/07/21
### Changed
- docker base image to integration (from debian based to alpine based)
- java version bump from 11.0.8 to 11.0.9
@@ -17,18 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- spring version bump from 5.3.1 to 5.3.6
- spring-boot version bump from 2.4.0 to 2.4.5
-## [1.5.5] - 09/03/2021
+## [1.5.5] - 2021/03/09
### Fixed
- make hostname verification configurable
- small sonar fixes related to affected code
-## [1.5.4] - 23/02/2021
+## [1.5.4] - 2021/02/23
### Added
- JWT token support for HTTP/HTTPS
### Changed
- FileData / FileServerData prepared to store uri elements
-## [1.5.3] - 11/02/2021
+## [1.5.3] - 2021/02/11
### Added
- HTTPS support for DFC
- test related to HTTPS support
@@ -37,12 +37,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- ftp clients and tests refactoring
- app config related to certificates unified for ftpes and https
-## [1.5.1] - 04/01/2021
+## [1.5.1] - 2021/01/04
### Added
- HTTP support for DFC
- test related to HTTP support
### Changed
- interfaces and Scheme class moved from ftp package to common package
- ftp clients and tests refactoring taking this into account "common package"
-
-## [1.5.0] - 15/12/2020
+
+## [1.5.0] - 2020/12/15