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`, ],