Skip to content

Commit

Permalink
Merge pull request #49 from highmobility/main-add-brand
Browse files Browse the repository at this point in the history
add brands
  • Loading branch information
tonisives authored Sep 18, 2024
2 parents d991811 + 74f035b commit 9f5159d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is the changelog for v2 releases. See v0/v1 releases in appropriate branches.

## [2.1.1] - 2024-09-18
### Added
- Audi and Škoda brand

## [2.1.0] - 2024-4-23

### 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=2.1.0
version=2.1.1
kotlin.code.style=official
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ enum class Brand {
@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("skoda")
SKODA,

@SerialName("audi")
AUDI,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit 9f5159d

Please sign in to comment.