Skip to content

Commit

Permalink
Version 1.4.4 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Oct 1, 2024
1 parent 4f51691 commit f336474
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.4.4](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.4) - 2024-10-01

- Updated symfony/yaml from 7.1.4 to 7.1.5 ([#271](https://github.com/VerifiedJoseph/vigilant/pull/271), [`4f51691`](https://github.com/VerifiedJoseph/vigilant/commit/4f516912188ace9a399a2a4b9cacb3753a8e5e77))
- Dockerfile: Updated alpine from 3.20.2 to 3.20.3 ([#272](https://github.com/VerifiedJoseph/vigilant/pull/272), [`58c266e`](https://github.com/VerifiedJoseph/vigilant/commit/58c266e0dcf366c02b2d5cf910d41ad0141d60da))
- Dockerfile: Updated composer from 2.7.8 to 2.7.9 ([#273](https://github.com/VerifiedJoseph/vigilant/pull/273), [`0c9b976`](https://github.com/VerifiedJoseph/vigilant/commit/0c9b976d82f51a4832ab0362c47e97fa88d62cdf))

## [1.4.3](https://github.com/VerifiedJoseph/vigilant/releases/tag/v1.4.3) - 2024-09-01

- Updated symfony/yaml from 7.1.1 to 7.1.4 ([#259](https://github.com/VerifiedJoseph/vigilant/pull/259), [`15a806b`](https://github.com/VerifiedJoseph/vigilant/commit/15a806bfea6e875f881221c4f9e080c677f33914))
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.3
image: ghcr.io/verifiedjoseph/vigilant:1.4.4
environment:
- VIGILANT_TIMEZONE=Europe/London
- VIGILANT_NOTIFICATION_SERVICE=ntfy
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Installation

## docker-compose
## Docker compose

```yaml
version: '3'
services:
vigilant:
image: ghcr.io/verifiedjoseph/vigilant:1.4.3
image: ghcr.io/verifiedjoseph/vigilant:1.4.4
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.3';
private static string $version = '1.4.4';

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

0 comments on commit f336474

Please sign in to comment.