diff --git a/CHANGELOG.md b/CHANGELOG.md index 52803e82..386452a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.7.1] - 2023-11-27 ### Build - Fixed missing header when using `libc++` in clang 15 and below @@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Empty color values are no longer treated as invalid and no longer produce an error. -[Unreleased]: https://github.com/polybar/polybar/compare/3.7.0...HEAD +[Unreleased]: https://github.com/polybar/polybar/compare/3.7.1...HEAD +[3.7.1]: https://github.com/polybar/polybar/releases/tag/3.7.1 [3.7.0]: https://github.com/polybar/polybar/releases/tag/3.7.0 [3.6.3]: https://github.com/polybar/polybar/releases/tag/3.6.3 [3.6.2]: https://github.com/polybar/polybar/releases/tag/3.6.2 diff --git a/version.txt b/version.txt index c3db339a..650ff681 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,4 @@ # Polybar version information # Update this on every release # This is used to create the version string if a git repo is not available -3.7.0 +3.7.1