Skip to content

Commit

Permalink
Merge pull request #48 from highmobility/v1-brands
Browse files Browse the repository at this point in the history
add audi and skoda
  • Loading branch information
tonisives authored Sep 18, 2024
2 parents dfa42a9 + 03b13c1 commit c5ea8b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
create-new-tag:
if: ${{ github.event.pull_request.merged }}
if: false

runs-on: ubuntu-latest

Expand Down
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.6] - 2024-09-18

### Added

- Audi and Škoda brand

## [1.0.5] - 2024-3-14

### Added
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=1.0.5
version=1.0.6
kotlin.code.style=official
6 changes: 6 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ enum class Brand {
@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("skoda")
SKODA,

@SerialName("audi")
AUDI,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit c5ea8b9

Please sign in to comment.