Skip to content

Commit 1c459e0

Browse files
committed
1.0.1 versioning
1 parent 2969cdd commit 1c459e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.1] - 2021-02-15
4+
- Added exception handling around redirect and SSE testing to ensure better error reporting
5+
36
## [1.0.0] - 2020-11-06
47
- Added remaining tests for service responses
58

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.0'
27+
tool_version = '1.0.1'
2828

2929

3030
def perform_tests(sut: SystemUnderTest):

0 commit comments

Comments
 (0)