Skip to content

Commit

Permalink
update release notes - 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudeROSSI committed Mar 16, 2023
1 parent 0485d2d commit 0e44235
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/release-notes/release-notes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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'
],
},
],
Expand Down

0 comments on commit 0e44235

Please sign in to comment.