Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jan 31, 2024
1 parent 1d4943c commit 8065d22
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.5] - 2024-01-31

### Fixed

- Fix incorrect database connection being used in some cases
Expand Down Expand Up @@ -232,7 +234,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.4...HEAD
[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.5...HEAD
[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
[0.4.2]: https://github.com/waterholeforum/core/compare/v0.4.1...v0.4.2
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.4';
public const VERSION = '0.4.5';

public static function isForumRoute(): bool
{
Expand Down

0 comments on commit 8065d22

Please sign in to comment.