From 5353c1bc635dccbfbf0a61a0d0a9f659bcfb28dc Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Tue, 12 Jul 2022 01:33:22 +0530 Subject: [PATCH] v2.1.0 (#18) * DOCS: added changelog for version 2.1.0 * Bumped version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"