diff --git a/NOTICE b/NOTICE index 9a89af571..e59de55e6 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with addonfactory-ucc-generator. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2024-10-16 +Date generated: 2024-10-22 -Revision ID: 6d97b787be3d439aeaf49b95b2fec4c96a17104d +Revision ID: 2f6cef743e560a0bcc3c32805c6e526985ae7ad5 ================================================================================ ================================================================================ @@ -29932,4 +29932,4 @@ either expressed or implied, of the FreeBSD Project. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2024-10-16 +Report Generated by FOSSA on 2024-10-22 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 000fa401c..56eddb0b4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.51.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.51.0...v5.51.1) (2024-10-22) + + +### Bug Fixes + +* **CustomControl:** change order of function parameters ([#1392](https://github.com/splunk/addonfactory-ucc-generator/issues/1392)) ([c3e82f9](https://github.com/splunk/addonfactory-ucc-generator/commit/c3e82f9bf410ff7d0b13d36de6bd6c2486e2d3ac)) + # [5.51.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.50.1...v5.51.0) (2024-10-16) diff --git a/pyproject.toml b/pyproject.toml index 543402be3..d86464a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.51.0" +version = "5.51.1" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" license = "Apache-2.0" authors = ["Splunk "] diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index 5f6bc9a2e..2d1abc72d 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "5.51.0" +__version__ = "5.51.1" import logging