Skip to content

Commit

Permalink
Merge pull request #40 from highmobility/v1-add-volvo
Browse files Browse the repository at this point in the history
v1 add more brands
  • Loading branch information
tonisives authored Mar 14, 2024
2 parents f8d763f + fe19efe commit dfa42a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
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.5] - 2024-3-14

### Added

- Volvo, Kia, Maserati and Porsche brand

## [1.0.4] - 2024-1-31

- Fix `Json {} ignoreUnknownKeys` error
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.4
version=1.0.5
kotlin.code.style=official
16 changes: 14 additions & 2 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,21 @@ enum class Brand {
@SerialName("lexus")
LEXUS,

@SerialName("sandbox")
SANDBOX,
@SerialName("porsche")
PORSCHE,

@SerialName("maserati")
MASERATI,

@SerialName("kia")
KIA,

@SerialName("tesla")
TESLA,

@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit dfa42a9

Please sign in to comment.