summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2021-12-18 16:54:30 +0000
committerHansen, Tony (th1395) <th1395@att.com>2021-12-18 16:54:34 +0000
commit0b0abb996459578641823b4354830fd8747b5573 (patch)
tree9a7688455c3f118896abba10c69c55f7a7e1dd68
parent6a076b289bb38a8ade227c50fc2ff22d29854a0f (diff)
fix ambiguous dates in Changelog.md files
Change-Id: I3e9b15c081f5b94b1d7e70aaf5bd09c0a53e0b31 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3026
-rw-r--r--Changelog.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md
index ef47141..309a971 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,32 +4,32 @@ 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.7.2] - 26/08/2021
+## [1.7.2] - 2021/08/26
### Changed
- Fix issues reported by Sonar
-## [1.7.1] - 18/08/2021
+## [1.7.1] - 2021/08/18
### Changed
- Add pm-mapper local development tools
- Fix granularityPeriod mapping
-## [1.7.0] - 29/07/2021
+## [1.7.0] - 2021/07/29
### Changed
- Update io.undertow:undertow-core to version 2.2.9.Final
- Update org.freemarker:freemarker to version 2.3.31
- Update oparent to version 3.2.0
-## [1.6.0] - 16/04/2021
+## [1.6.0] - 2021/04/16
### Changed
- Utilize DMaaP-Client in PM-Mapper
- Switched Dockerfile to integration image (alpine-based)
-## [1.5.2] - 18/03/2021
+## [1.5.2] - 2021/03/18
- Implement singleton cache for events being processed
- Add JUnit tests
-## [1.5.1] - 03/02/2021
+## [1.5.1] - 2021/02/03
### Added
- Add configuration number of threads and limit rate in files processing
### Security