From d214c7c725ebc32328b8c8d6cc2ee100b139418c Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 19 Jun 2024 15:21:22 +0000 Subject: [PATCH] Version 1.8.2 (#341) --- CHANGELOG.md | 5 +++++ README.md | 2 +- docker-compose.yml | 2 +- include/Version.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3374c5..2dead757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project are documented in this file. +## [1.8.2](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.8.2) - 2024-06-19 + +- Dockerfile: Updated composer from 2.7.6 to 2.7.7 ([#338](https://github.com/VerifiedJoseph/better-video-rss/pull/338), [`215fc5c`](https://github.com/VerifiedJoseph/better-video-rss/commit/215fc5c9069cbc448d2307c699a0d662bf0fa7d3)) +- Dockerfile: Updated alpine from 3.19.1 to 3.20.0 ([#328](https://github.com/VerifiedJoseph/better-video-rss/pull/328), [`fcda686`](https://github.com/VerifiedJoseph/better-video-rss/commit/fcda686f4b1071f2e3479685828e10b62e7bf590)) + ## [1.8.1](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.8.1) - 2024-05-13 - Fixed creating YouTube API URLs for channel and playlist searches. ([#324](https://github.com/VerifiedJoseph/better-video-rss/pull/324), [`c512be1`](https://github.com/VerifiedJoseph/better-video-rss/commit/c512be16d9502cd7ebfbfb33f2551e2ef6172620)) diff --git a/README.md b/README.md index 2783d4ad..1a9b7c97 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ version: '3' services: app: - image: ghcr.io/verifiedjoseph/better-video-rss:1.8.1 + image: ghcr.io/verifiedjoseph/better-video-rss:1.8.2 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/docker-compose.yml b/docker-compose.yml index 1404461f..c12f0167 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.1 + image: ghcr.io/verifiedjoseph/better-video-rss:1.8.2 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/include/Version.php b/include/Version.php index 6f1edaf5..bf2a6c4a 100644 --- a/include/Version.php +++ b/include/Version.php @@ -4,7 +4,7 @@ class Version { - private static string $version = '1.8.1'; + private static string $version = '1.8.2'; private static int $cacheFormatVersion = 1; /**