Skip to content

Commit

Permalink
Version 1.8.2 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Jun 19, 2024
1 parent d5b6290 commit d214c7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.1
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.2
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.1
image: ghcr.io/verifiedjoseph/better-video-rss:1.8.2
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.1';
private static string $version = '1.8.2';
private static int $cacheFormatVersion = 1;

/**
Expand Down

0 comments on commit d214c7c

Please sign in to comment.