diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..fdde56d1 --- /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 ac9ee139..f776e616 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