Skip to content

Commit

Permalink
Merge pull request #25 from highmobility/add-tesla-v1
Browse files Browse the repository at this point in the history
add tesla
  • Loading branch information
tonisives authored Nov 16, 2023
2 parents b127c02 + ae08505 commit 0c7bbdd
Show file tree
Hide file tree
Showing 2 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
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.2] - 2023-11-16

### Added

- Tesla brand

## [1.0.1] - 2023-08-25

### Added
Expand Down
5 changes: 4 additions & 1 deletion hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@ enum class Brand {
LEXUS,

@SerialName("sandbox")
SANDBOX
SANDBOX,

@SerialName("tesla")
TESLA,
}

0 comments on commit 0c7bbdd

Please sign in to comment.