From 929797339a13ba02efa6e04d8c6f35a893bb31c0 Mon Sep 17 00:00:00 2001 From: Tobias Busch Date: Wed, 22 Feb 2023 12:15:02 +0100 Subject: [PATCH] Elevate to 2.3.1 (#181) --- CHANGELOG.md | 5 +++++ README.md | 7 ++++--- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0832c340..b81a3849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.1 +* Fix: null album when getting advertisement on android (#179) +* Fix: queue endpoint for web (#167) +* Update license to apache-2.0 + ## 2.3.0 * iOS, Android and Web * getAuthenticationToken is deprecated in favor of getAccessToken diff --git a/README.md b/README.md index e7d32dec..66ecf301 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # spotify_sdk -[![pub package](https://img.shields.io/badge/pub-2.3.0-orange)](https://pub.dev/packages/spotify_sdk) -[![build](https://github.com/brim-borium/spotify_sdk/workflows/spotify_sdk/badge.svg?branch=master)](https://github.com/brim-borium/spotify_sdk/actions?query=workflow%3Aspotify_sdk) -[![licence](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/IamTobi/spotify_sdk/blob/master/LICENSE) +[![pub package](https://img.shields.io/badge/pub-2.3.1-orange)](https://pub.dev/packages/spotify_sdk) +[![stars](https://img.shields.io/github/stars/brim-borium/spotify_sdk?color=deeppink)](https://github.com/brim-borium/spotify_sdk) +[![build](https://img.shields.io/github/actions/workflow/status/brim-borium/spotify_sdk/spotify_sdk.yml)](https://github.com/brim-borium/spotify_sdk/actions?query=workflow%3Aspotify_sdk) +[![licence](https://img.shields.io/github/license/brim-borium/spotify_sdk?color=blue)](https://github.com/brim-borium/spotify_sdk/blob/main/LICENSE) ![Screenshot](screenshots/flutter_spotify_sdk_screenshot_1.png) ![Screenshot](screenshots/flutter_spotify_sdk_screenshot_2.png) diff --git a/pubspec.yaml b/pubspec.yaml index 8ffa4bb2..e8b8ffb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spotify_sdk description: A flutter plugin that let's you communicate with the spotify sdk and auth lib -version: 2.3.0 +version: 2.3.1 homepage: https://github.com/brim-borium/spotify_sdk issue_tracker: https://github.com/brim-borium/spotify_sdk/issues