Skip to content

Commit

Permalink
Version 1.8.5 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Nov 4, 2024
1 parent 131d75f commit d8d39cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project are documented in this file.

## [1.8.5](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.8.5) - 2024-10-03

- Fixed error when YouTube API doesn't return video duration ([#412](https://github.com/VerifiedJoseph/better-video-rss/pull/412), [`9f2223f`](https://github.com/VerifiedJoseph/better-video-rss/commit/9f2223f8ed27f468fd7e4eb21c08f0e7e6c12b46))
- Dockerfile: Updated composer from 2.7.9 to 2.8.1 ([#401](https://github.com/VerifiedJoseph/better-video-rss/pull/401), [`a597b1f`](https://github.com/VerifiedJoseph/better-video-rss/commit/a597b1f34cf4c0fafa0c15e7a3a3b8c0037b7ffc))
- Dockerfile: Updated composer from 2.8.1 to 2.8.2 ([#413](https://github.com/VerifiedJoseph/better-video-rss/pull/413), [`131d75f`](https://github.com/VerifiedJoseph/better-video-rss/commit/131d75f00dd86e7a10878f7e87c9457bd71ee1d9))

## [1.8.4](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.8.4) - 2024-09-30

- Removed image proxy ([#392](https://github.com/VerifiedJoseph/better-video-rss/pull/392), [`6acffeb`](https://github.com/VerifiedJoseph/better-video-rss/commit/6acffebeb2d04258dba81decdbb6d753357c9142))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: '3'

services:
app:
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.4
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.5
container_name: BetterVideoRss
environment:
BVRSS_YOUTUBE_API_KEY: ''
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.4
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.5
container_name: BetterVideoRss
environment:
BVRSS_YOUTUBE_API_KEY: ''
Expand Down
2 changes: 1 addition & 1 deletion include/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Version
{
private static string $version = '1.8.4';
private static string $version = '1.8.5';
private static int $cacheFormatVersion = 1;

/**
Expand Down

0 comments on commit d8d39cd

Please sign in to comment.