From ef96a0475b223c3ac039f013212b64fb25a3f5a7 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 20 Aug 2024 20:19:41 +0200 Subject: [PATCH] Update app version and changelog --- .app_version | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 583b27ac..78bc1abd 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.9.12 +0.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f52af4..3f153ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.10.0] — 2024-08-20 + +### Added + +- The `api/v1/stats` endpoint to get stats for the user with swagger docs + +See the [PR](https://github.com/Freika/dawarich/pull/185) or Swagger docs (`/api-docs`) for more information. + ## [0.9.12] — 2024-08-15 ### Fixed