Skip to content

Commit

Permalink
Version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Dec 20, 2021
1 parent 1120465 commit 79a4f63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.4.3 - 2021-12-20
===================

* Fix redirect link on logo
* Log both local and `X-Forwarded-For` address


v2.4.2 - 2021-12-05
===================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func (v Version) Identifier() string {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.4.2",
Version: "2.4.3",
}

0 comments on commit 79a4f63

Please sign in to comment.