Skip to content

Commit

Permalink
Merge pull request #41 from highmobility/v2-add-volvo
Browse files Browse the repository at this point in the history
v2 add volvo
  • Loading branch information
tonisives authored Mar 14, 2024
2 parents 94e8bcb + 2f8eef9 commit 8259a52
Show file tree
Hide file tree
Showing 3 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 v2 releases. See v0/v1 releases in appropriate branches.

## [2.0.4] - 2024-3-14

### Added

- Volvo brand

## [2.0.3] - 2024-1-31

- Fix `Json {} ignoreUnknownKeys` error
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.0.3
version=2.0.4
kotlin.code.style=official
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ enum class Brand {
@SerialName("tesla")
TESLA,

@SerialName("volvo-cars")
VOLVO_CARS,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit 8259a52

Please sign in to comment.