From b2d8a96e718a0148f8e0e38272e9ee60d27fa255 Mon Sep 17 00:00:00 2001 From: ilovelinux Date: Thu, 30 Jun 2022 17:11:27 +0200 Subject: [PATCH] Bump version to 0.1.7 --- CHANGELOG.md | 7 +++++-- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae01a15..67de5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. - ## [Unreleased] +## [0.1.7] - 2022-06-30 + - Set Origin since Edisu banned requests without it + ## [0.1.6] - 2022-06-29 - Add dialog to show what's new after an update @@ -50,7 +52,8 @@ The app actually allows you to: Further improvements and minor bugs are known and will be fixed in next releases. -[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.6...HEAD +[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.7...HEAD +[0.1.6]: https://github.com/ilovelinux/open_edisu/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/ilovelinux/open_edisu/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/ilovelinux/open_edisu/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/ilovelinux/open_edisu/compare/0.1.3...v0.1.4 diff --git a/pubspec.yaml b/pubspec.yaml index 4e5bd44..006cada 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: open_edisu description: An open source app to book EDISU study rooms. publish_to: 'none' -version: 0.1.6+7 +version: 0.1.7+8 environment: sdk: ">=2.16.1 <3.0.0"