From 78ad3e9d3b7de3371000fa4f6832e17c0f624033 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Feb 2022 10:15:04 +0000 Subject: [PATCH] chore(release): release for --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525a758..3029806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.7.0 (2022-02-23) + +## Features + +- try saving state between opens ([fd1bb35](commit/fd1bb35)) + # 1.6.0 (2022-02-20) ## Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 3407669..cbe8f97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: aralan description: Homeschool tools publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.6.0+5 +version: 1.7.0+6 environment: sdk: ">=2.12.0 <3.0.0"