Skip to content

Commit

Permalink
Release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jan 29, 2024
1 parent 72ee256 commit fc4a6c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Waterhole.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

abstract class Waterhole
{
public const VERSION = '0.4.3';
public const VERSION = '0.4.4';

public static function isForumRoute(): bool
{
Expand Down

0 comments on commit fc4a6c6

Please sign in to comment.