From c65a5655bf2a52fa2f2168dee3f16dd5d2b7143c Mon Sep 17 00:00:00 2001
From: Thomas Menanteau <91687641+VisualDev-FR@users.noreply.github.com>
Date: Sat, 13 Jul 2024 22:29:04 +0200
Subject: [PATCH] fix MethodNotFoundError for b317
---
CHANGELOG.md | 7 +++++++
ModInfo.xml | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 900e1df..68d8d58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
## [Unreleased]
+## [1.0.2] - 2024-07-13
+
+### Fixed
+
+- Fix Xui Method not found error by rebuilding binaries for b317.
+
## [1.0.1] - 2024-06-27
### Fixed
@@ -76,6 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
[unreleased]: https://github.com/VisualDev-FR/7D2D-efficient-base-repair/compare/master...unreleased
+[1.0.2]: https://github.com/VisualDev-FR/7D2D-efficient-base-repair/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/VisualDev-FR/7D2D-efficient-base-repair/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/VisualDev-FR/7D2D-efficient-base-repair/compare/0.1.1...1.0.0
[0.1.1]: https://github.com/VisualDev-FR/7D2D-efficient-base-repair/compare/0.1.0...0.1.1
diff --git a/ModInfo.xml b/ModInfo.xml
index 35c0968..fcb35f3 100644
--- a/ModInfo.xml
+++ b/ModInfo.xml
@@ -4,6 +4,6 @@
-
+
\ No newline at end of file