Skip to content

Commit

Permalink
Version 1.5.2 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Nov 28, 2023
1 parent d129d8b commit 13f2ef8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.5.2](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.5.2) - 2023-11-28

- Reworked detecting video premieres. ([#198](https://github.com/VerifiedJoseph/better-video-rss/pull/198), [`e88dff8`](https://github.com/VerifiedJoseph/better-video-rss/commit/e88dff88aafd14004e2e718d5820bfa1652eb2fd))

## [1.5.1](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.5.1) - 2023-11-28

- Cache: Invalidate data when cache and script version numbers do not match. ([#192](https://github.com/VerifiedJoseph/better-video-rss/pull/192), [`d74e295`](https://github.com/VerifiedJoseph/better-video-rss/commit/d74e29580c61fbd78ac6bb2c571c3e442c3b75f0))
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.5.1
image: ghcr.io/verifiedjoseph/better-video-rss:1.5.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.5.1
image: ghcr.io/verifiedjoseph/better-video-rss:1.5.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 @@ -7,4 +7,4 @@
/**
* @const VERSION BetterVideoRss version
*/
define('VERSION', '1.5.1');
define('VERSION', '1.5.2');

0 comments on commit 13f2ef8

Please sign in to comment.