Skip to content

Commit bdd2b64

Browse files
committed
0.9.7 versioning
1 parent aba9b16 commit bdd2b64

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+
## [0.9.7] - 2020-10-30
4+
- Added more testing for service responses
5+
36
## [0.9.6] - 2020-10-19
47
- Added support for integration with the Redfish Test Framework
58
- Added more assertions for service request handling

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 = '0.9.6'
27+
tool_version = '0.9.7'
2828

2929

3030
def perform_tests(sut: SystemUnderTest):

0 commit comments

Comments
 (0)