Skip to content
Open
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
10 changes: 8 additions & 2 deletions pages/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ guide.

## 🚀 Latest release

### Memgraph v3.11.0 - June 17th, 2026

### Lab v3.11.0 - June 16th, 2026

<LabReleasesClient version="3.11.0" />

## Previous releases

### Memgraph v3.10.0 - May 13th, 2026

{<h4 className="custom-header">⚠️ Breaking changes</h4>}
Expand Down Expand Up @@ -342,8 +350,6 @@ guide.

<LabReleasesClient version="3.10.0" />

## Previous releases

### Memgraph v3.9.0

{<h4 className="custom-header">⚠️ Breaking changes</h4>}
Expand Down
5 changes: 5 additions & 0 deletions skills/new-release-branch/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ The result should look like:
**Important:** If there are multiple Memgraph patch releases under Latest
(e.g. v3.8.1 and v3.8.0), move *all* of them together with the Lab entry.

**Implementation tip:** Do both changes in one `StrReplace` call by matching
from `## 🚀 Latest release` through `## Previous releases` and rewriting the
entire block at once. This avoids error-prone multi-step edits where
`## Previous releases` can end up in the wrong place.

## Step 4 — Commit and push

```bash
Expand Down