diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2fe4b..c51b2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Nothing +## [2.19.2] - 2024-08-29 + +### Fixed + +- Avoid duplicate files in remote files list cache + (https://github.com/AssetSync/asset_sync/pull/439) +- Drop trailing slash of prefix in #get_local_files + (https://github.com/AssetSync/asset_sync/pull/425) + + ## [2.19.1] - 2023-08-17 ### Fixed diff --git a/lib/asset_sync/version.rb b/lib/asset_sync/version.rb index 60514f8..dc667cf 100644 --- a/lib/asset_sync/version.rb +++ b/lib/asset_sync/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AssetSync - VERSION = "2.19.1" + VERSION = "2.19.2" end