Skip to content

Commit

Permalink
Version 1.4.1 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Jul 23, 2024
1 parent 59201ad commit 94ec2a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.4.1](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.0) - 2024-07-23

- Updated guzzlehttp/guzzle from 7.9.0 to 7.9.1 ([#237](https://github.com/VerifiedJoseph/vigilant/pull/237), [`3a0ce77`](https://github.com/VerifiedJoseph/vigilant/commit/3a0ce77ee0440dac46a34e18a01add71cdbac642))
- Updated verifiedjoseph/ntfy-php-library from 4.6.0 to 4.6.1 ([#236](https://github.com/VerifiedJoseph/vigilant/pull/236), [`3215c6f`](https://github.com/VerifiedJoseph/vigilant/commit/3215c6f81be2cf02df7e5f2e01615797c01b1614))
- Updated verifiedjoseph/gotify-api-php from 1.8.3 to 1.8.4 ([#235](https://github.com/VerifiedJoseph/vigilant/pull/235), [`e01501d`](https://github.com/VerifiedJoseph/vigilant/commit/e01501da97b8c0cedab59e760cf7a9ec69a3f8af))
- Dockerfile: Updated alpine from 3.20.1 to 3.20.2 ([#238](https://github.com/VerifiedJoseph/vigilant/pull/238), [`59201ad`](https://github.com/VerifiedJoseph/vigilant/commit/59201ad3c02fa8554c1b09d2333a1ebbc40a1dad))

## [1.4.0](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.0) - 2024-07-21

- Added active hours. ([#220](https://github.com/VerifiedJoseph/vigilant/pull/220), [`57b76d4`](https://github.com/VerifiedJoseph/vigilant/commit/57b76d4bdc7eff11a7236d579a33f0facb712e33))
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
vigilant:
image: ghcr.io/verifiedjoseph/vigilant:1.4.0
image: ghcr.io/verifiedjoseph/vigilant:1.4.1
environment:
- VIGILANT_TIMEZONE=Europe/London
- VIGILANT_NOTIFICATION_SERVICE=ntfy
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3'
services:
vigilant:
image: ghcr.io/verifiedjoseph/vigilant:1.4.0
image: ghcr.io/verifiedjoseph/vigilant:1.4.1
environment:
- VIGILANT_NOTIFICATION_SERVICE=ntfy
- VIGILANT_NOTIFICATION_NTFY_URL=https://ntfy.sh/
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Version
/**
* @var string $version Vigilant version
*/
private static string $version = '1.4.0';
private static string $version = '1.4.1';

/**
* @var int $cacheFormatVersion Cache format version
Expand Down

0 comments on commit 94ec2a0

Please sign in to comment.