We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac20b8f commit 40534d2Copy full SHA for 40534d2
2 files changed
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
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
13
Version 0.68.1 (Released May 19, 2026)
14
--------------
15
main/settings.py
@@ -35,7 +35,7 @@
35
from main.settings_pluggy import * # noqa: F403
36
from openapi.settings_spectacular import open_spectacular_settings
37
38
-VERSION = "0.68.1"
+VERSION = "0.68.2"
39
40
log = logging.getLogger()
41
0 commit comments