From 66ff0c3bedcaaaf0276e7bbc714c6177d8271bf4 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 19 Jul 2024 20:25:11 +0200 Subject: [PATCH] Update Changelog --- .app_version | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 2003b639..965065db 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.9.2 +0.9.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 30eeb1b0..2829819c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + + +## [0.9.3] — 2024-07-19 + +### Added + +- Admin flag to the database. + +### Fixed + +- Route hover distance is now being rendered in kilometers, not in meters, if route distance is more than 1 km. + +--- + ## [0.9.2] — 2024-07-19 ### Fixed