diff --git a/Beefile b/Beefile
index 9c4121c0e..164d13927 100644
--- a/Beefile
+++ b/Beefile
@@ -8,4 +8,4 @@ BEE_PLUGINS=(entitas)
DESPERATEDEVS_DIR=../DesperateDevs/build/src
ENTITAS_NUGET_LOCAL=~/.nuget/local
-SEMVER_PATH="${BEE_PROJECT}/${BEE_PROJECT}"/version.txt
+SEMVER_PATH="src/${BEE_PROJECT}/src/version.txt"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60cafa8bb..ba3d77935 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,45 @@
+## [1.14.1] - 2022-09-26
+
+### Entitas
+- Add `[ThreadStaticAtribute]` at static fields for multi-threaded game servers #919
+
+### Entitas.CodeGeneration.Plugins
+- Revert "Remove CodeDom" to support reserved C# keywords in component names #1032
+- Update jenny standalone checks to test for `Jenny.Generator.Cli` namespace
+
+### Entitas.VisualDebugging.Unity
+- Fix entities order in visual debugging #1027
+- Create `Entitas.properties` with all required keys #1031
+- Set default systemWarningThreshold if `Entitas.properties` doesn't exists #1031
+
+### Entitas.VisualDebugging.CodeGeneration.Plugins
+- Prevent #963: Extend generator with adding debug log of exception when registering observers
+
+### DesperateDevs
+- See [CHANGELOG.md](https://github.com/sschmid/DesperateDevs/blob/main/CHANGELOG.md#2022-09-26)
+
+### Other
+- Move projects from `Addons` to `src` folder
+- Remove top-level folder in projects
+- Convert concatenation to interpolation
+- Migrate unit tests from nspec to xunit
+- Remove travis.yml
+- Remove old Tests project
+- Remove PerformanceTests
+- Move Entitas.VisualDebugging.* to Entitas.Unity solution folder
+- Add `Entitas.CodeGeneration.Program` project
+- Apply formatting and syntax updates to Entitas
+- Update Desperate Devs packages
+- Update packages
+
+### bee
+- Upgrade to bee 1.2.0
+- Add `entitas::new`
+- Add `entitas::new_benchmark`
+- Add `entitas::nuget`
+- Add `entitas::nuget_local`
+- Add `entitas::publish`
+
## [1.14.0] - 2022-09-02
### Notes
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 10383ddc8..59c40748c 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -11,7 +11,7 @@
Entitas, ECS, Entity, Component, System, DesperateDevs, Desperate, Devs
https://github.com/sschmid/Entitas
git
- 1.14.0
+ 1.14.1
diff --git a/src/Entitas/src/version.txt b/src/Entitas/src/version.txt
index 850e74240..63e799cf4 100644
--- a/src/Entitas/src/version.txt
+++ b/src/Entitas/src/version.txt
@@ -1 +1 @@
-1.14.0
+1.14.1