diff --git a/CHANGELOG.md b/CHANGELOG.md
index c258400..cc54720 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## 30/08/2022 - v3.6.3
+
+- **File formats:**
+ - **Anycubic file format:**
+ - (Add) Compatibility with the next version 517 of the format
+ - (Improvement) Discovered and implemented more unknown fields
+ - (Improvement) Dispose layer RLE bytes after encoding
+ - (Fix) When creating or converting to anycubic file, it don't set the extra table mark name
+ - (Fix) Only attempt to activate the advanced mode (TSMC) when the BottomLiftHeight2 or LiftHeight2 gets changed
+ - (Add) Methods: `OnBeforeEncode` and `OnAfterEncode`
+ - (Improvement) `IsUsingTSMC` now also checks for BottomLiftHeight2 and BottomRetractHeight2
+- (Fix) OSF: Can't decode some files
+- (Fix) Undo cause application to crash (#543)
+
## 21/08/2022 - v3.6.2
- (Add) Debug sub menu to test some behaviours (Only when compiled in debug mode, not visible on public release)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1d470b9..e8e3896 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,12 @@
-- (Add) Debug sub menu to test some behaviours (Only when compiled in debug mode, not visible on public release)
-- (Add) Utility method `LayerExists` to the file formats to know if specific layer index exists in the collection
-- (Improvement) Add loaded file information to the crash dialog message
-- (Fix) Message dialog height do not expand with text (#537)
-- (Fix) Crash when all layers get removed and UI attempt to show a layer (#538)
+- **File formats:**
+ - **Anycubic file format:**
+ - (Add) Compatibility with the next version 517 of the format
+ - (Improvement) Discovered and implemented more unknown fields
+ - (Improvement) Dispose layer RLE bytes after encoding
+ - (Fix) When creating or converting to anycubic file, it don't set the extra table mark name
+ - (Fix) Only attempt to activate the advanced mode (TSMC) when the BottomLiftHeight2 or LiftHeight2 gets changed
+ - (Add) Methods: `OnBeforeEncode` and `OnAfterEncode`
+ - (Improvement) `IsUsingTSMC` now also checks for BottomLiftHeight2 and BottomRetractHeight2
+- (Fix) OSF: Can't decode some files
+- (Fix) Undo cause application to crash (#543)
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index ad1e2e3..691b7bd 100644
--- a/UVtools.Core/UVtools.Core.csproj
+++ b/UVtools.Core/UVtools.Core.csproj
@@ -10,7 +10,7 @@
https://github.com/sn4k3/UVtools
https://github.com/sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
- 3.6.2
+ 3.6.3
Copyright © 2020 PTRTECH
UVtools.png
AnyCPU;x64
diff --git a/UVtools.InstallerMM/UVtools.InstallerMM.wxs b/UVtools.InstallerMM/UVtools.InstallerMM.wxs
index a2ed90d..34d8d28 100644
--- a/UVtools.InstallerMM/UVtools.InstallerMM.wxs
+++ b/UVtools.InstallerMM/UVtools.InstallerMM.wxs
@@ -2,7 +2,7 @@
-
+
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 4764524..e776d8e 100644
--- a/UVtools.WPF/UVtools.WPF.csproj
+++ b/UVtools.WPF/UVtools.WPF.csproj
@@ -12,7 +12,7 @@
LICENSE
https://github.com/sn4k3/UVtools
Git
- 3.6.2
+ 3.6.3
AnyCPU;x64
UVtools.png
README.md
@@ -44,9 +44,9 @@
-
-
-
+
+
+