Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jan 25, 2024
1 parent 03151e8 commit 87a846f
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.3] - 2024-01-26

### Fixed

- Fix incorrect database connection being used in some cases ([#55](https://github.com/waterholeforum/core/issues/55))
Expand Down Expand Up @@ -219,7 +221,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.2...HEAD
[unreleased]: https://github.com/waterholeforum/core/compare/v0.4.3...HEAD
[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
[0.4.0]: https://github.com/waterholeforum/core/compare/v0.3.2...v0.4.0
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.2';
public const VERSION = '0.4.3';

public static function isForumRoute(): bool
{
Expand Down

0 comments on commit 87a846f

Please sign in to comment.