diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aa806..70a6573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt b/hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt index 7a83ce4..2ef3158 100644 --- a/hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt +++ b/hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt @@ -105,5 +105,8 @@ enum class Brand { LEXUS, @SerialName("sandbox") - SANDBOX + SANDBOX, + + @SerialName("tesla") + TESLA, } \ No newline at end of file