Skip to content

Commit

Permalink
add brands
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Nov 20, 2024
1 parent c5ea8b9 commit 0c43746
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is the changelog for v1 releases. See v0 changelog in the [v0 branch](https://github.com/highmobility/hmkit-fleet/tree/v0).

## [1.0.7] - 2024-11-20

### Added

- Dacia, Volkswagen, Seat and Cupra brands

## [1.0.6] - 2024-09-18

### 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=1.0.6
version=1.0.7
kotlin.code.style=official
12 changes: 12 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ enum class Brand {
@SerialName("audi")
AUDI,

@SerialName("dacia")
DACIA,

@SerialName("volkswagen")
VOLKSWAGEN,

@SerialName("seat")
SEAT,

@SerialName("cupra")
CUPRA,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit 0c43746

Please sign in to comment.