diff --git a/CHANGELOG.md b/CHANGELOG.md index 549af4d4df..7c3bc9d55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,22 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.75.0" (2024-11-18) +===================== + +Features +-------- + +- :sparkles: `[collection]` Added a way to determine unique values in a slice: `UniqueEntries` (#20241118165828) +- :sparkles: `[config]` Added a way to bind mutiple flag to a same environment input: `BindFlagsToEnv` (#20241118171703) + + +Bugfixes +-------- + +- :arrow_up: Upgrade dependency `https://github.com/deckarep/golang-set` (#20241118172847) + + "1.74.1" (2024-11-15) ===================== diff --git a/changes/20241118165828.feature b/changes/20241118165828.feature deleted file mode 100644 index a8014db9ed..0000000000 --- a/changes/20241118165828.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[collection]` Added a way to determine unique values in a slice: `UniqueEntries` diff --git a/changes/20241118171703.feature b/changes/20241118171703.feature deleted file mode 100644 index fdcee82ebc..0000000000 --- a/changes/20241118171703.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[config]` Added a way to bind mutiple flag to a same environment input: `BindFlagsToEnv` diff --git a/changes/20241118172847.bugfix b/changes/20241118172847.bugfix deleted file mode 100644 index 5497cd58f0..0000000000 --- a/changes/20241118172847.bugfix +++ /dev/null @@ -1 +0,0 @@ -:arrow_up: Upgrade dependency `https://github.com/deckarep/golang-set` diff --git a/utils/module.properties b/utils/module.properties index 833cdee470..b3ba93fa15 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.74.1 +Version=1.75.0 MajorVersion=1 -MinorVersion=74 -PatchVersion=1 -CommitHash=37c3a62be2157da0cee28853c12e971c8a762573 \ No newline at end of file +MinorVersion=75 +PatchVersion=0 +CommitHash=398053a6b6ef78c554db9df6148b0ea6fac8e255 \ No newline at end of file