Skip to content

Commit

Permalink
Changelog for 2023.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegapinski authored Oct 5, 2023
1 parent fa21382 commit 339a1e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/feature/releaseNotes/repository/release_notes_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ import 'package:tesla_android/feature/releaseNotes/model/version.dart';
@injectable
class ReleaseNotesRepository {
static const ReleaseNotes _releaseNotes = ReleaseNotes(versions: [
Version(
versionName: "2023.40.2",
changelogItems: [
ChangelogItem(
title: "Virtual display",
shortDescription: "Bugfixes",
descriptionMarkdown:
"This version contains a hotfix for DRM video playback",
),
],
),
Version(
versionName: "2023.40.1",
changelogItems: [
Expand Down

0 comments on commit 339a1e4

Please sign in to comment.