Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Patwardhan <adityap@microsoft.com>2021-08-17 21:58:19 +0300
committerGitHub <noreply@github.com>2021-08-17 21:58:19 +0300
commit7d53fbbdf7032c1f293da21108bd287cbe6e00db (patch)
tree73ce1de6d4263a7490e5652d6bfe8dd00dedf9c0 /CHANGELOG
parent55855fbe5d646627834e91140caab1a102940587 (diff)
Update change logs for 7.0.7 and 7.1.4 (#15921)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/7.0.md19
-rw-r--r--CHANGELOG/7.1.md19
2 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md
index af21d0bd95..fe0eca4c5a 100644
--- a/CHANGELOG/7.0.md
+++ b/CHANGELOG/7.0.md
@@ -1,5 +1,24 @@
# 7.0 Changelog
+## [7.0.7] - 2021-08-12
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+Bump .NET SDK to 3.1.412
+</summary>
+
+<ul>
+<li>Remove cat file from <code>PSDesiredStateConfiguration</code> module (Internal 16722)</li>
+<li>Update .NET SDK to <code>3.1.412</code> (Internal 16717)</li>
+</ul>
+
+</details>
+
+[7.0.7]: https://github.com/PowerShell/PowerShell/compare/v7.0.6...v7.0.7
+
## [7.0.6] - 2021-03-11
### General Cmdlet Updates and Fixes
diff --git a/CHANGELOG/7.1.md b/CHANGELOG/7.1.md
index 86b7a478c3..91d00b70a4 100644
--- a/CHANGELOG/7.1.md
+++ b/CHANGELOG/7.1.md
@@ -1,5 +1,24 @@
# 7.1 Changelog
+## [7.1.4] - 2021-08-12
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+Bump .NET SDK to version 5.0.400
+</summary>
+
+<ul>
+<li>Remove the cat file from <code>PSDesiredStateConfiguration</code> module (Internal 16723)</li>
+<li>Update .NET SDK version and other packages (Internal 16715)</li>
+</ul>
+
+</details>
+
+[7.1.4]: https://github.com/PowerShell/PowerShell/compare/v7.1.3...v7.1.4
+
## [7.1.3] - 2021-03-11
### Engine Updates and Fixes