diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea11bc..7ed8b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- +## [1.2.2] - 2026-05-17 + +### Changed + +- **Header logo** — uses the higher-resolution 192px favicon source rendered at 56px for better visual balance alongside the title text. + +--- + ## [1.2.1] - 2026-05-17 ### Added diff --git a/package.json b/package.json index 32cc3e1..4dcfd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofarr", - "version": "1.2.1", + "version": "1.2.2", "description": "A personal media download dashboard that shows your downloads 'so far' while you relax on the sofa waiting for your *arr services to finish", "main": "server/index.js", "scripts": {