From 864880b4421efe93930ef986780ba9679507ab23 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Wed, 12 Apr 2023 13:34:22 +0200 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 9 +++++++++ internal/config/config.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fdde56d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.0.1](https://github.com/thomiceli/opengist/compare/v1.0.0...v1.0.1) - [2023-04-12] +### Changed +- Updated base footer +- Changed redirections when not logged in + +## 1.0.0 - [2023-04-10] +- Initial release diff --git a/internal/config/config.go b/internal/config/config.go index ac9ee13..f776e61 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -11,7 +11,7 @@ import ( "strings" ) -var OpengistVersion = "1.0.0" +var OpengistVersion = "1.0.1" var C *config