diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a2145..846908b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator. +## v3.4.7 + +- `ars_uuid_result_test_runner.py` access generalized to poll available ARS servers +- Upgrade BMT to 1.0.3 - may fix some misleading validation results + ## v3.4.6 - 'edge_limit' knowledge graph threshold argument added to `TRAPIResponseValidator.check_compliance_of_trapi_response` method diff --git a/pyproject.toml b/pyproject.toml index 250fab1..667406e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasoner-validator" -version = "3.4.6" +version = "3.4.7" description = "Validation tools for Reasoner API" authors = [ "Richard Bruskiewich ",