diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b188ea96c..3fb0c84f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,22 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.48.0" (2023-10-13) +===================== + +Features +-------- + +- :sparkles: `[platform]` Add way to run commands as a user with privileges on posix systems (#20231013112742) +- :sparkles: `[command]` Add utilities to translate commands so that they are run as a separate user (#20231013122936) + + +Bugfixes +-------- + +- Dependency upgrade: net-0.17.0 (#20231011103958) + + "1.47.0" (2023-10-11) ===================== diff --git a/changes/20231011103958.bugfix b/changes/20231011103958.bugfix deleted file mode 100644 index 030fe41a74..0000000000 --- a/changes/20231011103958.bugfix +++ /dev/null @@ -1 +0,0 @@ -Dependency upgrade: net-0.17.0 diff --git a/changes/20231013112742.feature b/changes/20231013112742.feature deleted file mode 100644 index 5cdff847ba..0000000000 --- a/changes/20231013112742.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[platform]` Add way to run commands as a user with privileges on posix systems diff --git a/changes/20231013122936.feature b/changes/20231013122936.feature deleted file mode 100644 index 7d92414150..0000000000 --- a/changes/20231013122936.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[command]` Add utilities to translate commands so that they are run as a separate user diff --git a/utils/module.properties b/utils/module.properties index 98fa5ca4b4..c3f354e909 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.47.0 +Version=1.48.0 MajorVersion=1 -MinorVersion=47 +MinorVersion=48 PatchVersion=0 -CommitHash=eef1142b6e9eb7011fe79788de9c6ede6b7dfa33 \ No newline at end of file +CommitHash=3aa6349c524af72e3eb4eb96321c162f071e69e5 \ No newline at end of file