diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f8f19f..a5f31ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.6.2] - 2023-12-22 + +### Minor changes and CI fixes + +- Add icon to switches +- Add support for per-app language +- Specify language region for english +- UI fixes for longer strings +- Fix CI changelog upload +- Other minor optimisations and bugfixes + ## [2.6.1] - 2023-12-19 ### Added a few settings and improve font support diff --git a/pubspec.yaml b/pubspec.yaml index 0c23ee03..7ca90540 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: graded description: Track and manage your school grades with ease publish_to: "none" -version: 2.6.1+252 +version: 2.6.2+252 environment: sdk: ">=3.2.0 <4.0.0"