Skip to content

Commit

Permalink
add volvo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Mar 14, 2024
1 parent 12f20fc commit f39d992
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1] - 2024-3-14

### Added

- Volvo brand

## [0.8.0] - 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=0.8.0
version=0.8.1
kotlin.code.style=official
3 changes: 3 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ enum class Brand {
@SerialName("tesla")
TESLA,

@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit f39d992

Please sign in to comment.