Update changelog and version to 0.1.6

This commit is contained in:
Eugene Burmakin 2024-04-06 19:21:23 +02:00
parent fe4110b0fd
commit bd5259ddb1
3 changed files with 15 additions and 3 deletions

View file

@ -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.

View file

@ -11,7 +11,7 @@
</ul>
</div>
<%= link_to 'DaWarIch', root_path, class: 'btn btn-ghost normal-case text-xl'%>
<div class="badge badge-neutral mx-4">0.1.5</div>
<div class="badge badge-neutral mx-4">0.1.6</div>
<label class="flex cursor-pointer gap-2">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><path d="M12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4"/></svg>
<input type="checkbox" value="light" class="toggle theme-controller"/>

View file

@ -21,7 +21,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
dawarich_app:
image: freikin/dawarich:0.1.4.1
image: freikin/dawarich:0.1.6
container_name: dawarich_app
volumes:
- gem_cache:/usr/local/bundle/gems
@ -46,7 +46,7 @@ services:
- dawarich_db
- dawarich_redis
dawarich_sidekiq:
image: freikin/dawarich:0.1.4.1
image: freikin/dawarich:0.1.6
container_name: dawarich_sidekiq
volumes:
- gem_cache:/usr/local/bundle/gems