Skip to content

Commit

Permalink
Release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Feb 2, 2024
1 parent 7ddd113 commit 2d7e8fa
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.6] - 2024-02-02

### Fixed

- Fix compatibility with `Model::shouldBeStrict()` ([#56](https://github.com/waterholeforum/core/issues/56))
Expand Down Expand Up @@ -240,7 +242,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.5...HEAD
[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.6...HEAD
[0.4.6]: https://github.com/waterholeforum/core/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/waterholeforum/core/compare/v0.4.4...v0.4.5
[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
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.5';
public const VERSION = '0.4.6';

public static function isForumRoute(): bool
{
Expand Down

0 comments on commit 2d7e8fa

Please sign in to comment.