From bb600230a7917bade9b93f712dddc9c9faf0ac0e Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 20 Jan 2025 15:18:40 +0100 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 4240544f..03035cdd 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.22.4 +0.22.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc13f47..35abea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.22.5 - 2025-01-20 + +### Added + +- `GET /api/v1/users/me` endpoint added to get current user. + # 0.22.4 - 2025-01-20 ### Added