From cccab2a985d060c837bbbd0ab1cf36c00a1fa223 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 14 May 2025 10:14:49 +0000 Subject: [PATCH] chore: release version v1.64.3 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 [