From 0e44235e385469900a61aee9243585609683289f Mon Sep 17 00:00:00 2001 From: ClaudeROSSI Date: Thu, 16 Mar 2023 08:46:42 +0100 Subject: [PATCH] update release notes - 2.7.6 --- src/app/release-notes/release-notes.component.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/release-notes/release-notes.component.ts b/src/app/release-notes/release-notes.component.ts index 8e8e9a98db..ba3c490ec7 100644 --- a/src/app/release-notes/release-notes.component.ts +++ b/src/app/release-notes/release-notes.component.ts @@ -16,7 +16,7 @@ interface ComponentChange { styleUrls: ['release-notes.component.scss'] }) export class ReleaseNotesComponent { - public releaseNotes: ReleaseNotes[] = [];s; + public releaseNotes: ReleaseNotes[] = []; public constructor() { this.buildReleaseNotes(); @@ -31,7 +31,9 @@ export class ReleaseNotesComponent { name: 'Dashboard', changes: [ 'Smart Charging - Advanced Parameters for Departure Time', - 'Smart Charging - Limit the number of periods to 16 (4 hours)' + 'Smart Charging - Limit the number of periods to 16 (4 hours)', + 'Billing - Stripe Integration - update dependency to the latest API version - 2022-11-15', + 'Security - removed vulnerability from strong-soap dependencies' ], }, ],