diff --git a/src/Fable.AST/CHANGELOG.md b/src/Fable.AST/CHANGELOG.md
index cc22fedbf..34dcecf34 100644
--- a/src/Fable.AST/CHANGELOG.md
+++ b/src/Fable.AST/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+## 4.6.0-beta.1 - 2025-01-28
+
+### Fixed
+
+* [All] Re-package with `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf)
+
## 4.5.0 - 2024-05-23
### Removed
diff --git a/src/Fable.AST/Fable.AST.fsproj b/src/Fable.AST/Fable.AST.fsproj
index 5c56859ad..f80ede7c9 100644
--- a/src/Fable.AST/Fable.AST.fsproj
+++ b/src/Fable.AST/Fable.AST.fsproj
@@ -5,7 +5,7 @@
Fable AST
netstandard2.0
true
- 4.5.0
+ 4.6.0-beta.1