Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/upgrade-guides/3-8-0-to-3-8-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 3.8.0 to 3.8.1

No special instructions are necessary to upgrade to `v3.8.1`.

## Patch release
This is a patch release to fix a known issues in version `3.8.0`. If you are using Actions in `3.8.0`, you should upgrade to this version or later to avoid potential issues with user permissions in Actions.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ const sidebars = {
},
],
upgradeGuides: [
'upgrade-guides/3-8-0-to-3-8-1',
'upgrade-guides/3-7-1-to-3-8-0',
'upgrade-guides/3-7-0-to-3-7-1',
'upgrade-guides/3-6-0-to-3-7-0',
Expand Down
2 changes: 1 addition & 1 deletion static/mgss-cover-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Identification</h2>
<td>636.101</td>
<td>MPSA</td>
<td>Aerie</td>
<td id="aerie-version">3.8.0</td>
<td id="aerie-version">3.8.1</td>
</tr>
</tbody>
</table>
Expand Down