diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fae2e..c0c3dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0] - 2022-07-12 + +### New Features + +- (Web) Added `drag n drop` functionality for image selection (#17). ([c5542b4](https://github.com/OutdatedGuy/Whats-That-Anime/commit/c5542b48f0a9422a956262268b49e1db98aab3b7)) + ## [2.0.0] - 2022-06-23 ### New Features diff --git a/pubspec.yaml b/pubspec.yaml index 36d7027..67726b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.0+3 +version: 2.1.0+4 environment: sdk: ">=2.17.1 <3.0.0"