diff --git a/.app_version b/.app_version index 973334b4..1a030947 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.1.8.1 +0.1.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 08413625..ba747858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) 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 ### Changed