From 1fe15cd707fa05bd558d6bb5b6c489d483179ace Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Tue, 19 Nov 2019 19:53:50 -0500 Subject: [PATCH] update credits and changelog --- CHANGELOG.txt | 6 ++++++ CREDITS.txt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b16891f..5095e56 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +~~~~~~~~~~~~~~~~ +version 1.2 +~~~~~~~~~~~~~~~~ + +* adds a new java client which also works on Z/OS OMVS. (special thanks to mainframed) + ~~~~~~~~~~~~~~~~ version 1.1 ~~~~~~~~~~~~~~~~ diff --git a/CREDITS.txt b/CREDITS.txt index ef4f90a..cb2d8d2 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,3 +5,5 @@ Special thanks to Nicholas Albright @nma_io for the encryption, SSL, threading, Special thanks to Alex Williams @offsec_ginger for adding the PowerShell Client module. ASCII ART Credit: http://www.chris.com/ascii/index.php?art=animals/insects/cockroaches + +Special thanks for mainframed for the java client