diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml
index 84ff027..40647a7 100644
--- a/ReleaseNotes.xml
+++ b/ReleaseNotes.xml
@@ -4,6 +4,7 @@
1.0.0
2020-11-28 18:15
+ System initialization
Simple .net core 3.1 console application that serve as an REST API through witch a user can execute wake or shutdown commands on machines from his network.
Has been added Wake on LAN support and "wake" route in the API controller.
@@ -12,6 +13,7 @@
1.0.1
2020-11-29 22:14
+ New functionalities added
Has been added "ping" and "shutdown" support. Routes with same names have also been added to the controller.
@@ -19,6 +21,7 @@
1.0.2
2020-12-20 23:00
+ Changes in the system structure
Replaced Swagger and MediatR implementations with inhouse nuget packages.
Integration with Tuitio.