Skip to content

Commit

Permalink
Version 1.6.5 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Feb 19, 2024
1 parent 14ab856 commit 6e88beb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

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.6.4
image: ghcr.io/verifiedjoseph/better-video-rss:1.6.5
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.6.4
image: ghcr.io/verifiedjoseph/better-video-rss:1.6.5
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,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
Expand Down

0 comments on commit 6e88beb

Please sign in to comment.