From bce1204873a99c6319e98687c2555362d643c92f Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Mon, 5 Feb 2024 11:46:24 +0700 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ea1b3dba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +TODO + +## [0.6.6] - 2023-06-06 + +- Allow users to hide ATMs permanently in settings. +- Update verify link to single id param. +- Change status bar color when place view is expanded. +- Add more validations. +- Improve Greek translation. +- Improve German translation.