diff --git a/.changelog/5122.yml b/.changelog/5122.yml deleted file mode 100644 index 1a337d90182..00000000000 --- a/.changelog/5122.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Update BC115 validation to support default supportedModules handling. - type: feature -pr_number: 5122 diff --git a/.changelog/5143.yml b/.changelog/5143.yml deleted file mode 100644 index a2e66489a96..00000000000 --- a/.changelog/5143.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added AgentixAgent to test tools. - type: internal -pr_number: 5143 diff --git a/.changelog/5168.yml b/.changelog/5168.yml deleted file mode 100644 index ce78124423d..00000000000 --- a/.changelog/5168.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Adds a new validation (BA129) that ensures commands/scripts declare the appropriate compliantpolicies when using arguments associated with specific compliance standards (defined in compliant_policies.json). - type: feature -pr_number: 5168 diff --git a/.changelog/5180.yml b/.changelog/5180.yml deleted file mode 100644 index 0ea6fba312b..00000000000 --- a/.changelog/5180.yml +++ /dev/null @@ -1,6 +0,0 @@ -changes: -- description: Added support for the fromversion and toversion fields for Agentix items. - type: internal -- description: Updated Agentix items default marketplaces to platform only. - type: internal -pr_number: 5180 diff --git a/.changelog/5185.yml b/.changelog/5185.yml deleted file mode 100644 index 3edf926e10c..00000000000 --- a/.changelog/5185.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Improved handling private repositories. - type: feature -pr_number: 5185 diff --git a/.changelog/5191.yml b/.changelog/5191.yml deleted file mode 100644 index cab799e8c28..00000000000 --- a/.changelog/5191.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Delete Link PR to Jira github actions - type: internal -pr_number: 5191 diff --git a/CHANGELOG.md b/CHANGELOG.md index c3af3a81a45..ba58df1b954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## 1.38.18 (2026-01-14) +### Feature +* Update BC115 validation to support default supportedModules handling. [#5122](https://github.com/demisto/demisto-sdk/pull/5122) +* Adds a new validation (BA129) that ensures commands/scripts declare the appropriate compliantpolicies when using arguments associated with specific compliance standards (defined in compliant_policies.json). [#5168](https://github.com/demisto/demisto-sdk/pull/5168) +* Improved handling private repositories. [#5185](https://github.com/demisto/demisto-sdk/pull/5185) + +### Internal +* Added AgentixAgent to test tools. [#5143](https://github.com/demisto/demisto-sdk/pull/5143) +* Delete Link PR to Jira github actions [#5191](https://github.com/demisto/demisto-sdk/pull/5191) +* Added support for the fromversion and toversion fields for Agentix items. [#5180](https://github.com/demisto/demisto-sdk/pull/5180) +* Updated Agentix items default marketplaces to platform only. [#5180](https://github.com/demisto/demisto-sdk/pull/5180) + + ## 1.38.17 (2026-01-05) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 786cba18e19..30b031628ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exclude = "tests/.*|demisto_sdk/commands/init/templates/.*" [tool.poetry] name = "demisto-sdk" -version = "1.38.17" +version = "1.38.18" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT"