diff --git a/.version b/.version index 35520ec..5d7996f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=v0.4.5 +VERSION=v0.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 391b473..439af2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.5.0](https://github.com/stackus/goht/compare/v0.4.5...v0.5.0) - 2024-06-26 + ### Changed - Require tabs for indentation in GoHT templates. This aligns the indentation style with Go's standard formatting. - Require templates to be indented at a minimum of one level. The initial indent must be one level.