Skip to content

Commit

Permalink
Merge pull request #206 from 0x2142/release-v0.4.1
Browse files Browse the repository at this point in the history
Update changelog & release version
  • Loading branch information
0x2142 authored Feb 6, 2025
2 parents 6db8406 + 39b69dc commit 9b2bb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Internal models.InternalConfig

func init() {
Internal.Status.Notifications.Enabled = true
Internal.AppVersion = "v0.4.1-dev"
Internal.AppVersion = "v0.4.1"
Internal.Status.Health = "n/a"
Internal.Status.API = "n/a"
Internal.Status.Frigate.API = "n/a"
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [v0.4.1](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.1) - In Development
## [v0.4.1](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.1) - Feb 06 2025
- Add support for notifications via [Signal](https://frigate-notify.0x2142.com/latest/config/file/#signal)
- Add support for notifications via [Mattermost](https://frigate-notify.0x2142.com/latest/config/file/#mattermost)
- Fix issue with alert-level filters where notification would not be sent if first detected label was filtered
- Fix issue with alert-level filters where filters may prevent notifications on reviews with multiple object detections

## [v0.4.0](https://github.com/0x2142/frigate-notify/releases/tag/v0.4.0) - Jan 27 2025
- Support for notification based on Alerts & Detections via Frigate Reviews
Expand Down

0 comments on commit 9b2bb02

Please sign in to comment.