diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fe013dc..e1984a5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.25.0 - 2023-11-19 +## 2.25.1 - 2023-11-19 ### Added diff --git a/apps/api/src/middlewares/html-template.middleware.ts b/apps/api/src/middlewares/html-template.middleware.ts index b8d1964a1..e691bc89d 100644 --- a/apps/api/src/middlewares/html-template.middleware.ts +++ b/apps/api/src/middlewares/html-template.middleware.ts @@ -77,7 +77,7 @@ const locales = { title: `Hacktoberfest 2023 - ${title}` }, '/en/blog/2023/11/black-week-2023': { - featureGraphicPath: 'assets/images/blog/black-week-2023.png', + featureGraphicPath: 'assets/images/blog/black-week-2023.jpg', title: `Black Week 2023 - ${title}` }, '/en/blog/2023/11/hacktoberfest-2023-debriefing': { diff --git a/package.json b/package.json index b49bfe227..90188e4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "2.25.0", + "version": "2.25.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",