diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d214744..e1b3cf4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Sva.Sentinelone Release Notes .. contents:: Topics +v2.0.4 +====== + +Release Summary +--------------- + +This is a bugfix release + +Bugfixes +-------- + +- added parameter name__like to query and url encoding if not Null by function "get_current_config_override" to be sure that become only one object from API Response + v2.0.3 ====== diff --git a/galaxy.yml b/galaxy.yml index c33406c..becc602 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: "sva" name: "sentinelone" # The version of the collection. Must be compatible with semantic versioning -version: "2.0.3" +version: "2.0.4" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: "README.md"