diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b079a113..4ee490eb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.80.0" (2025-01-13) +===================== + +Features +-------- + +- :sparkles: [collections] Added Conditions type to provide a helper to deal with flags or boolean slices (#20250113134619) + + "1.79.0" (2025-01-10) ===================== diff --git a/changes/20250113134619.feature b/changes/20250113134619.feature deleted file mode 100644 index f8962fd4ca..0000000000 --- a/changes/20250113134619.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: [collections] Added Conditions type to provide a helper to deal with flags or boolean slices diff --git a/utils/module.properties b/utils/module.properties index 7637111eb7..ec4e979086 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.79.0 +Version=1.80.0 MajorVersion=1 -MinorVersion=79 +MinorVersion=80 PatchVersion=0 -CommitHash=fea02b925dfc79aad00509bfc95d8f1ab68b8476 \ No newline at end of file +CommitHash=6531ccd796accc6c7d3f99832cd2882f7894849e \ No newline at end of file