Skip to content

Commit

Permalink
Version 1.19.3 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Aug 21, 2024
1 parent c83aa1f commit c7722c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.19.3](https://github.com/VerifiedJoseph/intruder-alert/releases/tag/v1.19.3) - 2024-08-21

- Updated chart.js from 4.4.3 to 4.4.4 ([#627](https://github.com/VerifiedJoseph/intruder-alert/pull/627), [`15e03e9`](https://github.com/VerifiedJoseph/intruder-alert/commit/15e03e98c82846a9b58f6690694ada6e31f51440))
- Minor change to table css. ([#629](https://github.com/VerifiedJoseph/intruder-alert/pull/629), [`c83aa1f`](https://github.com/VerifiedJoseph/intruder-alert/commit/c83aa1fd6e5fc16c31be39bd0392d3c7a2a05c2e))

## [1.19.2](https://github.com/VerifiedJoseph/intruder-alert/releases/tag/v1.19.2) - 2024-08-02

- Updated spacetime from 7.6.0 to 7.6.1 ([#614](https://github.com/VerifiedJoseph/intruder-alert/pull/614), [`62fb54f`](https://github.com/VerifiedJoseph/intruder-alert/commit/62fb54f55aefbb3c0d6a6d83bdca08e73c20d413))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version: '3'

services:
app:
image: ghcr.io/verifiedjoseph/intruder-alert:1.19.2
image: ghcr.io/verifiedjoseph/intruder-alert:1.19.3
container_name: intruder-alert
environment:
- IA_TIMEZONE=Europe/London
Expand Down
2 changes: 1 addition & 1 deletion backend/include/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Version
/**
* @var string $version Intruder Alert version
*/
private static string $version = '1.19.2';
private static string $version = '1.19.3';

/**
* Returns version number
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/intruder-alert:1.19.2
image: ghcr.io/verifiedjoseph/intruder-alert:1.19.3
container_name: intruder-alert
environment:
- IA_TIMEZONE=Europe/London
Expand Down

0 comments on commit c7722c8

Please sign in to comment.