diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea49a6034bd270a5c6a9980cd9b88686510e09e2..3cfd03b24095debb64a74e330650cda98c31d1da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 1.0.4
+
+
+
 ## 1.0.3
 
 * Changed KissSerial so its methods can accept any arguments, used for abstraction purposes.
diff --git a/lib/kiss/app_info.rb b/lib/kiss/app_info.rb
index 1533f71f9999e9308096a0c62ebc04273f6d849e..0c369f05942e32aac6b5d2a88c5996fc1381505e 100644
--- a/lib/kiss/app_info.rb
+++ b/lib/kiss/app_info.rb
@@ -1,3 +1,3 @@
 module Kiss
-    VERSION = "1.0.3"
+    VERSION = "1.0.4"
 end