From 782e0f24b2b0ab04431cda9542a83d7e8c532716 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Feb 2018 22:59:01 +0000 Subject: [PATCH] README Updated --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 52e0f2d..48c3a35 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lookup your IP Address from a CLI with `telnet telnetmyip.com` or `ssh sshmyip.c ----------------------------------------- ### VERSION ### -The version of CheckMyIP documented here is: **v1.0.0** +The version of CheckMyIP documented here is: **v1.1.0** ----------------------------------------- ### TABLE OF CONTENTS ### @@ -14,7 +14,8 @@ The version of CheckMyIP documented here is: **v1.0.0** 2. [How to Use](#how-to-use) 3. [Using the API](#using-the-api) 4. [Install Process](#install-process) -5. [Contributing](#contributing) +5. [1.0.0 TO 1.1.0 Updates](#updates-in-v100----v110) +6. [Contributing](#contributing) ----------------------------------------- @@ -169,6 +170,14 @@ service checkmyip status ``` +----------------------------------------- +### UPDATES IN V1.0.0 --> V1.1.0 ### + +**NEW FEATURES:** +- Was seeing issues where SSH would be very slow to exchange. Likely related to log file sizes, so I change the logging function to turnover to new logging files every day. + + + ----------------------------------------- ### CONTRIBUTING ### If you would like to help out by contributing code or reporting issues, please do!