We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee7c5e commit 1e3b55cCopy full SHA for 1e3b55c
tidalapi/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.1] - 2024-11-22
11
+### Added
12
+- Add Artist Roles to ArtistAttributes
13
+- Updated names per schema
14
+
15
## [0.1.0] - 2024-10-22
16
### Added
17
- Set up module boilerplate
tidalapi/apps/demo/build.gradle.kts
@@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "com.tidal.sdk.tidalapi.demo"
versionCode = 1
- versionName = "0.1.0"
+ versionName = "0.1.1"
}
buildTypes {
0 commit comments