diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad24b2847..6b4723b7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.68.0" (2024-06-14) +===================== + +Features +-------- + +- :sparkles: `[logs]` Add a way to use a `Loggers` as a plain `logr.Logger` (#20240613181738) +- :sparkles: `[logs]` Add a file logger which only logs to a file (#20240614163145) + + "1.67.0" (2024-06-14) ===================== diff --git a/changes/20240613181738.feature b/changes/20240613181738.feature deleted file mode 100644 index 5871d16400..0000000000 --- a/changes/20240613181738.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[logs]` Add a way to use a `Loggers` as a plain `logr.Logger` diff --git a/changes/20240614163145.feature b/changes/20240614163145.feature deleted file mode 100644 index 1efbf07c7e..0000000000 --- a/changes/20240614163145.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[logs]` Add a file logger which only logs to a file diff --git a/utils/module.properties b/utils/module.properties index b2e976a0b2..99b488e825 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.67.0 +Version=1.68.0 MajorVersion=1 -MinorVersion=67 +MinorVersion=68 PatchVersion=0 -CommitHash=4d01404af6ca9b593fe2d7c941598ccc98132193 \ No newline at end of file +CommitHash=6512809d2ee3fb4b50d619888b1914b6d7dea07b \ No newline at end of file