diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e2166a..0ed63a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project are documented in this file. -## [1.6.3](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.6.3) - 2024-01-29 +## [1.6.5](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.6.5) - 2024-02-19 + +- Dockerfile: Updated composer from 2.6.6 to 2.7.1 ([#253](https://github.com/VerifiedJoseph/better-video-rss/pull/253), [`14ab856`](https://github.com/VerifiedJoseph/better-video-rss/commit/14ab856a367bb770cdf10874cc0ddf7351dd57d0)) + +## [1.6.4](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.6.4) - 2024-01-29 - Dockerfile: Updated alpine from 3.19.0 to 3.19.1 ([#248](https://github.com/VerifiedJoseph/better-video-rss/pull/248), [`cf5145d`](https://github.com/VerifiedJoseph/better-video-rss/commit/cf5145d719bb864dcb33dbafe139f895fb7e8273)) diff --git a/README.md b/README.md index 953c7dbf..1c62c5b2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ version: '3' services: app: - image: ghcr.io/verifiedjoseph/better-video-rss:1.6.4 + image: ghcr.io/verifiedjoseph/better-video-rss:1.6.5 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/docker-compose.yml b/docker-compose.yml index 09a1209c..d05cef04 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.6.4 + image: ghcr.io/verifiedjoseph/better-video-rss:1.6.5 container_name: BetterVideoRss environment: BVRSS_YOUTUBE_API_KEY: '' diff --git a/include/version.php b/include/version.php index 6d7ad9a6..860a75a0 100644 --- a/include/version.php +++ b/include/version.php @@ -7,7 +7,7 @@ /** * @const VERSION BetterVideoRss version */ -define('VERSION', '1.6.4'); +define('VERSION', '1.6.5'); /** * @const CACHE_FORMAT_VERSION Cache format version number