diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6f96fec..f94a7d5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 31/12/2022 - v3.9.5
+
+- (Add) File format: Anet N4 (#632)
+- (Add) PrusaSlicer Printer: Anet N4 (#632)
+
## 29/12/2022 - v3.9.4
- **CTB:**
diff --git a/CREDITS.md b/CREDITS.md
index ca6d7550..644259aa 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,33 +1,32 @@
# Credits
-### Tiago Conceição (sn4k3)
+### Tiago Conceição ([sn4k3](https://github.com/sn4k3))
- Main developer
-- https://github.com/sn4k3
-### Bryce Yancey (byancey)
-- First code contributor with pull requests
-- https://github.com/byancey
-
-### Timothy Slater (tslater2006)
-- Code contributor
-- https://github.com/tslater2006
-
-### Photonsters (Photon Owners Group)
+### Photonsters ([Photon Owners Group](https://github.com/Photonsters))
- For information about cbddlp file format
-- https://github.com/Photonsters
-### Cliff L. Biffle
-- Catibo: read/write/analyze CTB, CBDDLP, and PHZ files
+### Cliff L. Biffle ([cbiffle](https://github.com/cbiffle))
+- [Catibo](https://github.com/cbiffle/catibo): read/write/analyze CTB, CBDDLP, and PHZ files
- For information about cbddlp and cbt file format
-- https://github.com/cbiffle/catibo
-### Jason S. McMullan (ezrec)
-- For ideas, file formats and permission to use his project (uv3dp)
-- https://github.com/ezrec/uv3dp
+### Jason S. McMullan ([ezrec](https://github.com/ezrec))
+- For ideas, file formats and permission to use his project ([uv3dp](https://github.com/ezrec/uv3dp))
+
+### Bryce Yancey ([byancey](https://github.com/byancey))
+- [First code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Abyancey)
+
+### Timothy Slater ([tslater2006](https://github.com/tslater2006))
+- [Code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Atslater2006)
+
+### Alexey Kirillov ([aspadm](https://github.com/aspadm))
+- [Code contributor](https://github.com/sn4k3/UVtools/pulls?q=is%3Apr+author%3Aaspadm)
### Khalil Nurullah
- For beta testing new features
+### [Other contributors](https://github.com/sn4k3/UVtools/graphs/contributors)
+
# Supporters / Contributors
- https://github.com/sponsors/sn4k3
- Ingo Strohmenger
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 22d198f0..d786fc52 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,4 +1,3 @@
-- **CTB:**
- - (Improvement) Split `uint PerLayerSettings` into `byte AntiAliasFlag`, `ushort Padding` and `byte PerLayerSettings`
- - (Improvement) Change the way and value set to `PerLayerSettings`, this may fix some recent problems where printer doesn't respect per layer settings?
+- (Add) File format: Anet N4 (#632)
+- (Add) PrusaSlicer Printer: Anet N4 (#632)
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index 958d58a0..86b39e89 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.9.4
+ 3.9.5
Copyright © 2020 PTRTECH
UVtools.png
AnyCPU;x64
diff --git a/UVtools.Installer/Code/HeatGeneratedFileList.wxs b/UVtools.Installer/Code/HeatGeneratedFileList.wxs
index 376c652f..816b6dd2 100644
--- a/UVtools.Installer/Code/HeatGeneratedFileList.wxs
+++ b/UVtools.Installer/Code/HeatGeneratedFileList.wxs
@@ -923,6 +923,9 @@
+
+
+
@@ -1887,6 +1890,7 @@
+
diff --git a/UVtools.Installer/Code/Product.wxs b/UVtools.Installer/Code/Product.wxs
index f2c04ab6..b348b497 100644
--- a/UVtools.Installer/Code/Product.wxs
+++ b/UVtools.Installer/Code/Product.wxs
@@ -153,7 +153,7 @@
-
+
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 5864e6d1..8e760b74 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.9.4
+ 3.9.5
AnyCPU;x64
UVtools.png
README.md