From 55e9e6eaf570af25d4fe464932b482f6dae8833a Mon Sep 17 00:00:00 2001 From: Joonas Vali Date: Sun, 23 Dec 2018 16:09:30 +0200 Subject: [PATCH] Prep release version 1.0.2 --- changelog.txt | 8 ++++++++ pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..72f5467 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,8 @@ +## v 1.0.2 + +Feature: Added some missing logging +Feature: Added automatic module name for Java9+ + +## v 1.0.1 + +Feature: Initial version released \ No newline at end of file diff --git a/pom.xml b/pom.xml index a6ce245..8d104f5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.joonasvali.naturalmouse naturalmouse - 1.0.2-SNAPSHOT + 1.0.2 Natural Mouse Motion https://github.com/JoonasVali/NaturalMouseMotion This library provides a way to move cursor to specified coordinates on screen reliably,