diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e6e8be..c6bfdc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project are documented in this file. +## [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)) +- Dockerfile: Updated composer from 2.7.7 to 2.7.8 ([#373](https://github.com/VerifiedJoseph/better-video-rss/pull/373), [`b111c8f`](https://github.com/VerifiedJoseph/better-video-rss/commit/b111c8f58385058fd5dfe3a6e4b387133dca5069)) +- Dockerfile: Updated composer from 2.7.8 to 2.7.9 ([#385](https://github.com/VerifiedJoseph/better-video-rss/pull/385), [`10f1c4b`](https://github.com/VerifiedJoseph/better-video-rss/commit/10f1c4b614b0762b4d698f65c850b7b03364b6c4)) +- Dockerfile: Updated alpine from 3.20.2 to 3.20.3 ([#386](https://github.com/VerifiedJoseph/better-video-rss/pull/386), [`1e010f8`](https://github.com/VerifiedJoseph/better-video-rss/commit/1e010f85e0f8e3541af7dae601bc1aa667b3cf86)) + ## [1.8.3](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.8.3) - 2024-07-24 - Dropped support for php 8.1 ([#355](https://github.com/VerifiedJoseph/better-video-rss/pull/355), [`b2911c3`](https://github.com/VerifiedJoseph/better-video-rss/commit/b2911c34d1a0964a985f4ad9b9e794a9c2aecdd3)) diff --git a/README.md b/README.md index 60adbd8d..3df39d66 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ version: '3' services: app: - image: ghcr.io/verifiedjoseph/better-video-rss:1.8.3 + image: ghcr.io/verifiedjoseph/better-video-rss:1.8.4 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/docker-compose.yml b/docker-compose.yml index 606208a4..d09db4f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: app: - image: ghcr.io/verifiedjoseph/better-video-rss:1.8.3 + image: ghcr.io/verifiedjoseph/better-video-rss:1.8.4 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/include/Version.php b/include/Version.php index 3fe07d63..5921f815 100644 --- a/include/Version.php +++ b/include/Version.php @@ -4,7 +4,7 @@ class Version { - private static string $version = '1.8.3'; + private static string $version = '1.8.4'; private static int $cacheFormatVersion = 1; /**