From dee5a2e17b30b0b2494c38a9c8d7c95895643cc1 Mon Sep 17 00:00:00 2001 From: LucasBrazi06 Date: Wed, 13 Oct 2021 18:39:53 +0200 Subject: [PATCH] Updated release notes --- src/app/release-notes/release-notes.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/release-notes/release-notes.component.ts b/src/app/release-notes/release-notes.component.ts index 6ac54b37fb..2b1fb0c368 100644 --- a/src/app/release-notes/release-notes.component.ts +++ b/src/app/release-notes/release-notes.component.ts @@ -24,7 +24,7 @@ export class ReleaseNotesComponent { this.releaseNotes = [ { version: '2.5.5', - date: new Date('2021-10-12'), + date: new Date('2021-10-13'), componentChanges: [ { name: 'Dashboard', @@ -32,6 +32,7 @@ export class ReleaseNotesComponent { `Badges can always be reassigned even if already used before`, `Improved Charging Station's manual config and exclude from smart charging parameters`, `Check OCPI only when access control is active at Site Area level`, + `Removed OCPI logo when empty and non standard properties`, `Enhanced performance logs for tracing traffic per organization`, `Adding Setec as Charging Station Vendor`, ],