From fc4a6c6fc03f31b48a60d6abd573436e3063cbcb Mon Sep 17 00:00:00 2001 From: Toby Zerner <toby.zerner@gmail.com> Date: Tue, 30 Jan 2024 10:25:56 +1030 Subject: [PATCH] Release v0.4.4 --- CHANGELOG.md | 5 ++++- src/Waterhole.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf60506..ff519b6f 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.4] - 2024-01-30 + ### Fixed - Fix an issue with Laravel auth integration causing user to be logged out after registration @@ -225,7 +227,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.3...HEAD +[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.4...HEAD +[0.4.4]: https://github.com/waterholeforum/core/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/waterholeforum/core/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/waterholeforum/core/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/waterholeforum/core/compare/v0.4.0...v0.4.1 diff --git a/src/Waterhole.php b/src/Waterhole.php index 068200a1..cb400068 100644 --- a/src/Waterhole.php +++ b/src/Waterhole.php @@ -9,7 +9,7 @@ abstract class Waterhole { - public const VERSION = '0.4.3'; + public const VERSION = '0.4.4'; public static function isForumRoute(): bool {