diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a0b56..07a50c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project are documented in this file. +## [1.4.7](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.7) - 2024-12-30 + +- Updated verifiedjoseph/ntfy-php-library from 4.6.2 to 4.7.0 ([#325](https://github.com/VerifiedJoseph/vigilant/pull/325), [`768e186`](https://github.com/VerifiedJoseph/vigilant/commit/768e18662a08c20e38be7dc7b289755d8b40bb09)) +- Updated verifiedjoseph/gotify-api-php from 1.9.0 to 1.10.0 ([#326](https://github.com/VerifiedJoseph/vigilant/pull/326), [`76ea314`](https://github.com/VerifiedJoseph/vigilant/commit/76ea314773480c3e19c6735ff1a5592b2e831d2d)) +- Dockerfile: Updated alpine from 3.20.3 to 3.21.0 ([#323](https://github.com/VerifiedJoseph/vigilant/pull/323), [`5ba7bf6`](https://github.com/VerifiedJoseph/vigilant/commit/5ba7bf64343f68188f52f1844e96b4dcdf32ee14)) +- Dockerfile: Updated composer from 2.8.3 to 2.8.4 ([#320](https://github.com/VerifiedJoseph/vigilant/pull/320), [`d7ec60a`](https://github.com/VerifiedJoseph/vigilant/commit/d7ec60ae56dc0e5235506621377148621f67cca6)) + +All changes: [v1.4.5...v1.4.6](https://github.com/VerifiedJoseph/vigilant/compare/v1.4.6...v1.4.7) + ## [1.4.6](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.6) - 2024-12-02 - Updated user agent string ([#315](https://github.com/VerifiedJoseph/vigilant/pull/315), [`d9ad5bd`](https://github.com/VerifiedJoseph/vigilant/commit/d9ad5bd2bd2e447cfa805545d42dc67980a11328)) diff --git a/docker-compose.yml b/docker-compose.yml index 3030fb2..c52ebef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: vigilant: - image: ghcr.io/verifiedjoseph/vigilant:1.4.6 + image: ghcr.io/verifiedjoseph/vigilant:1.4.7 environment: - VIGILANT_TIMEZONE=Europe/London - VIGILANT_NOTIFICATION_SERVICE=ntfy diff --git a/docs/install.md b/docs/install.md index 551567e..5e8fb29 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ version: '3' services: vigilant: - image: ghcr.io/verifiedjoseph/vigilant:1.4.6 + image: ghcr.io/verifiedjoseph/vigilant:1.4.7 environment: - VIGILANT_NOTIFICATION_SERVICE=ntfy - VIGILANT_NOTIFICATION_NTFY_URL=https://ntfy.sh/ diff --git a/src/Version.php b/src/Version.php index 0e266d2..40a995c 100644 --- a/src/Version.php +++ b/src/Version.php @@ -7,7 +7,7 @@ class Version /** * @var string $version Vigilant version */ - private static string $version = '1.4.6'; + private static string $version = '1.4.7'; /** * @var int $cacheFormatVersion Cache format version