From da2344af3bd6cc35eccccfe9e7e4ea71b475b120 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 24 Dec 2023 08:44:12 +1030 Subject: [PATCH] Release v0.4.1 --- CHANGELOG.md | 5 ++++- src/Waterhole.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f17f5e..1f5989f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2023-12-24 + ### Fixed - Fix auth routes using incorrect path ([#51](https://github.com/waterholeforum/core/issues/51)) @@ -206,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.0...HEAD +[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/waterholeforum/core/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/waterholeforum/core/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/waterholeforum/core/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/waterholeforum/core/compare/v0.3.0...v0.3.1 diff --git a/src/Waterhole.php b/src/Waterhole.php index eb99c4e4..7beda1d2 100644 --- a/src/Waterhole.php +++ b/src/Waterhole.php @@ -9,7 +9,7 @@ abstract class Waterhole { - public const VERSION = '0.4.0'; + public const VERSION = '0.4.1'; public static function isForumRoute(): bool {