From bd5259ddb157753a3583aee08eeb2d36d10560fc Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 6 Apr 2024 19:21:23 +0200 Subject: [PATCH] Update changelog and version to 0.1.6 --- CHANGELOG.md | 12 ++++++++++++ app/views/shared/_navbar.html.erb | 2 +- docker-compose.yml | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73daaf10..ca9480bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.6] - 2024-04-06 + +You can now use [Overland](https://overland.p3k.app/) mobile app to track your location. + +### Added + +- Overland API endpoint (POST /api/v1/overland/batches) + +### Changed + +### Fixed + ## [0.1.5] - 2024-04-05 You can now specify the host of the application by setting the `APPLICATION_HOST` environment variable in the `docker-compose.yml` file. diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index b3fe1a21..2736bdb8 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -11,7 +11,7 @@ <%= link_to 'DaWarIch', root_path, class: 'btn btn-ghost normal-case text-xl'%> -
0.1.5
+
0.1.6