diff --git a/CHANGELOG.md b/CHANGELOG.md index d920362..077d093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # История изменений +## 1.9.0 +* Добавлено получение информации по лейблам. ([PrepConcedeITIS](https://github.com/PrepConcedeITIS)) ## 1.8.0 * Добавлена загрузка пользовательских треков. ([PrepConcedeITIS](https://github.com/PrepConcedeITIS)) * Методы-расширения перемещены в модуль с API. diff --git a/src/Configs/Common.xml b/src/Configs/Common.xml index 62c7509..f0425fa 100644 --- a/src/Configs/Common.xml +++ b/src/Configs/Common.xml @@ -5,7 +5,7 @@ - 1.8.0 + 1.9.0 $(ApiVersion) $(ApiVersion) $(ApiVersion) diff --git a/src/Yandex.Music.Api/README.md b/src/Yandex.Music.Api/README.md index b66aafe..22d3d2c 100644 --- a/src/Yandex.Music.Api/README.md +++ b/src/Yandex.Music.Api/README.md @@ -61,6 +61,9 @@ YandexMusicApi │   ├── Get / Async (AuthStorage storage, IEnumerable artistIds) │   ├── GetTracks / Async (AuthStorage storage, string artistId, int page = 0, int pageSize = 20) │   └── GetAllTracks / Async (AuthStorage storage, string artistId) +├── Labels +│   ├── GetAlbumsByLabel / Async (AuthStorage storage, YLabel label, int page) +│   └── GetArtistsByLabel / Async (AuthStorage storage, YLabel label, int page) ├── Landing │   ├── Get / Async (AuthStorage storage, params YLandingBlockType[] blocks) │   └── Feed / Async (AuthStorage storage)