diff --git a/changelog.txt b/changelog.txt
index 393be09..a97c731 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+## v 2.0.3
+Fix: Fixed issue where spontaneous default MouseMotionFactory initialization caused exception in headless environments.
+
## v 2.0.2
Feature: existing FactoryTemplates now allow passing MouseMotionNature as a parameter.
Fix: Fixed issue with FlowUtil that caused modifier to be applied too early for some inputs. (Did not affect runtime, separate tool.)
diff --git a/pom.xml b/pom.xml
index e24909d..330ce7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.joonasvali.naturalmouse
naturalmouse
- 2.0.3-SNAPSHOT
+ 2.0.3
Natural Mouse Motion
https://github.com/JoonasVali/NaturalMouseMotion
This library provides a way to move cursor to specified coordinates on screen reliably,