diff --git a/CHANGELOG.md b/CHANGELOG.md index 35adb934..f288b17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v1.64.3](https://github.com/wanderer-industries/wanderer/compare/v1.64.2...v1.64.3) (2025-05-14) + + + + +### Bug Fixes: + +* Core: Fixed character tracking initialization logic & removed search caching + ## [v1.64.2](https://github.com/wanderer-industries/wanderer/compare/v1.64.1...v1.64.2) (2025-05-13) diff --git a/mix.exs b/mix.exs index a7f3d3ae..67b4e2f1 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule WandererApp.MixProject do @source_url "https://github.com/wanderer-industries/wanderer" - @version "1.64.2" + @version "1.64.3" def project do [