Update changelog and app version

This commit is contained in:
Eugene Burmakin 2025-01-20 15:18:40 +01:00
parent 41bb2e07fb
commit bb600230a7
2 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
0.22.4 0.22.5

View file

@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). 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 # 0.22.4 - 2025-01-20
### Added ### Added