Skip to content

Commit

Permalink
Bump Tidal Api to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanrafi committed Nov 22, 2024
1 parent fee7c5e commit 2ad1790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tidalapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-11-22
### Added
- Add Artist Roles to ArtistAttributes
- Updated names per schema

## [0.1.0] - 2024-10-22
### Added
- Set up module boilerplate
2 changes: 1 addition & 1 deletion tidalapi/apps/demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "com.tidal.sdk.tidalapi.demo"
versionCode = 1
versionName = "0.1.0"
versionName = "0.2.0"
}

buildTypes {
Expand Down

0 comments on commit 2ad1790

Please sign in to comment.