diff --git a/CHANGELOG.md b/CHANGELOG.md index 098e045..2e19aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [v1.0.3] - 2023-10-08 +### Fixed +- Github Action workflow for binary release +- History bugs + ## [v1.0.2] - 2023-10-07 ### Fixed - UI update bug [#61](https://github.com/aceberg/WatchYourLAN/issues/61) diff --git a/internal/web/templates/history.html b/internal/web/templates/history.html index a6f1709..031451d 100644 --- a/internal/web/templates/history.html +++ b/internal/web/templates/history.html @@ -5,7 +5,6 @@
| Host ID | Name | IP | Mac | @@ -16,7 +15,6 @@
|---|---|---|---|
| {{ .Host }} | {{ .Name }} | {{ .IP }} | {{ .Mac }} | diff --git a/internal/web/templates/version b/internal/web/templates/version index eee800f..ebd8a3d 100644 --- a/internal/web/templates/version +++ b/internal/web/templates/version @@ -1 +1 @@ -VERSION=1.0.2 \ No newline at end of file +VERSION=1.0.3 \ No newline at end of file