Update the CHANGELOG.md and .app_version files

This commit is contained in:
Eugene Burmakin 2024-04-25 22:57:37 +02:00
parent 23a691b014
commit 0ba6205d33
2 changed files with 16 additions and 1 deletions

View file

@ -1 +1 @@
0.1.8.1 0.1.9

View file

@ -5,6 +5,21 @@ 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.1.9] — 2024-04-25
### Added
- A test for CheckAppVersion service class
### Changed
- Replaced ActiveStorage with Shrine for file uploads
### Fixed
- `ActiveStorage::FileNotFoundError` error when uploading export files
## [0.1.8.1] — 2024-04-21 ## [0.1.8.1] — 2024-04-21
### Changed ### Changed