From ae085059cb52342301a5600e961a0e91419c7cc2 Mon Sep 17 00:00:00 2001 From: tonisives Date: Thu, 16 Nov 2023 07:50:41 +0700 Subject: [PATCH] add tesla --- CHANGELOG.md | 6 ++++++ hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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