Skip to content

Commit 19af74e

Browse files
committed
1.0.2 versioning
1 parent 232e49e commit 19af74e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.0.2] - 2021-02-20
4+
- Fixed bugs in account testing that would cause login failures
5+
- Added exception handling to user account management
6+
37
## [1.0.1] - 2021-02-15
48
- Added exception handling around redirect and SSE testing to ensure better error reporting
59

rf_protocol_validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from assertions.constants import Result
2525
from assertions.system_under_test import SystemUnderTest
2626

27-
tool_version = '1.0.1'
27+
tool_version = '1.0.2'
2828

2929

3030
def perform_tests(sut: SystemUnderTest):

0 commit comments

Comments
 (0)