Skip to content

Commit

Permalink
Merge pull request #22 from highmobility/add-lexus
Browse files Browse the repository at this point in the history
add lexus
  • Loading branch information
tonisives authored Aug 25, 2023
2 parents c541865 + 6b6822c commit 7a8fe73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 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.1] - 2023-08-25

### Added

- Lexus brand to the `Brand` enum

## [1.0.0] - 2023-05-22

### Added
Expand Down
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 @@ -101,6 +101,9 @@ enum class Brand {
@SerialName("toyota")
TOYOTA,

@SerialName("lexus")
LEXUS,

@SerialName("sandbox")
SANDBOX
}

0 comments on commit 7a8fe73

Please sign in to comment.