Skip to content

Commit 40534d2

Browse files
committed
Release 0.68.2
1 parent ac20b8f commit 40534d2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
Version 0.68.2
5+
--------------
6+
7+
- feat: add video embed page and route group restructure (#3327)
8+
- dashboard refactor: useHomeDashboardData (#3342)
9+
- fix: add heading tags to B2B org section (#3347)
10+
- fix: certificate page being indexed in google search (#3348)
11+
- Granian reload for local dev (#3351)
12+
413
Version 0.68.1 (Released May 19, 2026)
514
--------------
615

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from main.settings_pluggy import * # noqa: F403
3636
from openapi.settings_spectacular import open_spectacular_settings
3737

38-
VERSION = "0.68.1"
38+
VERSION = "0.68.2"
3939

4040
log = logging.getLogger()
4141

0 commit comments

Comments
 (0)