diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..611954f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+# [1.0.4] - 2024.04.28
+
+**Changed**
+
+* Code refactoring: compound assignments, explicit types, and removed unnecessary parentheses.
diff --git a/PALib/PALib.csproj b/PALib/PALib.csproj
index 9cab820..00029bb 100644
--- a/PALib/PALib.csproj
+++ b/PALib/PALib.csproj
@@ -4,12 +4,14 @@
enable
true
PracticalAstronomyDotNet
- 1.0.3
+ 1.0.4
Jim Carr
Algorithms from "Practical Astronomy with your Calculator or Spreadsheet"
- This library contains an implementation of the algorithms from the "Practical Astronomy with your Calculator or Spreadsheet" book, authored by Peter Duffet-Smith and Jonathan Zwart.
+ This library contains an implementation of the algorithms from the "Practical Astronomy
+ with your Calculator or Spreadsheet" book, authored by Peter Duffet-Smith and Jonathan
+ Zwart.
https://github.com/jfcarr-practical-astronomy/practical-astronomy-dotnet
-
+
\ No newline at end of file