Skip to content

Commit

Permalink
add audi and skoda brand
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Sep 18, 2024
1 parent 2eb9f1f commit c6d11c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.8.2] - 2024-09-18

### Added

- Audi and Škoda brand

## [0.8.1] - 2024-3-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.1
version=0.8.2
kotlin.code.style=official
6 changes: 6 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ enum class Brand {
@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("skoda")
SKODA,

@SerialName("audi")
AUDI,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit c6d11c4

Please sign in to comment.