Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Dec 23, 2023
1 parent 3c64e92 commit da2344a
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.1] - 2023-12-24

### Fixed

- Fix auth routes using incorrect path ([#51](https://github.com/waterholeforum/core/issues/51))
Expand Down Expand Up @@ -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
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.0';
public const VERSION = '0.4.1';

public static function isForumRoute(): bool
{
Expand Down

0 comments on commit da2344a

Please sign in to comment.