Skip to content

Commit

Permalink
Merge pull request #39 from highmobility/v0-add-volvo
Browse files Browse the repository at this point in the history
v0 add volvo
  • Loading branch information
tonisives authored Mar 14, 2024
2 parents 12f20fc + f39d992 commit ac7f0b3
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 ac7f0b3

Please sign in to comment.