Skip to content

Commit 1e3b55c

Browse files
committed
Bump Tidal Api to 0.1.1
1 parent fee7c5e commit 1e3b55c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tidalapi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2024-11-22
11+
### Added
12+
- Add Artist Roles to ArtistAttributes
13+
- Updated names per schema
14+
1015
## [0.1.0] - 2024-10-22
1116
### Added
1217
- Set up module boilerplate

tidalapi/apps/demo/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
applicationId = "com.tidal.sdk.tidalapi.demo"
1111
versionCode = 1
12-
versionName = "0.1.0"
12+
versionName = "0.1.1"
1313
}
1414

1515
buildTypes {

0 commit comments

Comments
 (0)