Skip to content

Commit

Permalink
Version 1.6.1 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Dec 8, 2023
1 parent ecd92b1 commit 53e80ec
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.6.1](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.6.1) - 2023-12-08

- FeedFormat: Fixed creating feed format URLs. ([#218](https://github.com/VerifiedJoseph/better-video-rss/pull/218), [`57be490`](https://github.com/VerifiedJoseph/better-video-rss/commit/57be4901c669b1fce53f5aa7d03d09212abd913d))

## [1.6.0](https://github.com/VerifiedJoseph/better-video-rss/releases/tag/v1.6.0) - 2023-12-07

- html: Updated checkbox text and layout on index page. ([#215](https://github.com/VerifiedJoseph/better-video-rss/pull/215), [`b9f67cb`](https://github.com/VerifiedJoseph/better-video-rss/commit/b9f67cb40a65c6357920177e0719029986e3fe4d))
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.0
image: ghcr.io/verifiedjoseph/better-video-rss:1.6.1
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.0
image: ghcr.io/verifiedjoseph/better-video-rss:1.6.1
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.0');
define('VERSION', '1.6.1');

/**
* @const CACHE_FORMAT_VERSION Cache format version number
Expand Down

0 comments on commit 53e80ec

Please sign in to comment.