diff --git a/CHANGES.md b/CHANGES.md index 970922c..e846e5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,12 @@ Tim Buckland, https://github.com/Qarj/WebInjectFramework --------------------------------- ## Release History: +### Version 1.02 - May 11, 2016 +* no longer have to cd to wif.pl folder before starting it +* use make_path to make folders, will not die if folder already exists +* fixed write batch summary record retry +* fixed a rare bug with processing the environment config + ### Version 1.01 - May 4, 2016 * find test case file when folder not specified, and also without xml extension * command line options now accepted for tasks --target and --batch diff --git a/MANUAL.md b/MANUAL.md index 1ba8ce1..e987af2 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,4 +1,4 @@ -# WebInject Framework 1.01 Manual +# WebInject Framework 1.02 Manual # wif.config diff --git a/README.md b/README.md index b4525b9..c676d20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebInject Framework 1.01 +# WebInject Framework 1.02 Automated regression testing framework for * managing WebInject configuration diff --git a/wif.pl b/wif.pl index e493c7a..8346c1a 100644 --- a/wif.pl +++ b/wif.pl @@ -8,7 +8,7 @@ use warnings; use vars qw/ $VERSION /; -$VERSION = '1.01'; +$VERSION = '1.02'; # WebInjectFramework is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by