# HG changeset patch
# User Axel Prel <axel.prel@xcg-consulting.fr>
# Date 1733757242 -3600
#      Mon Dec 09 16:14:02 2024 +0100
# Node ID 67da38ed0cb72e852572f11312b05daaf1c42c04
# Parent  0fd935cb2fd12b590b0eb25ce6e7188271b5b20b
set version 0.8.0

diff --git a/HISTORY.rst b/HISTORY.rst
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,9 @@
 Release history
 ===============
 
+0.8.0 (2024-12-09)
+==================
+
 - go 1.23.4
 
 - go-duktape: remove warnings
diff --git a/restapi/doc.go b/restapi/doc.go
--- a/restapi/doc.go
+++ b/restapi/doc.go
@@ -10,7 +10,7 @@
 //    https
 //  Host: localhost
 //  BasePath: /api
-//  Version: 0.7.0
+//  Version: 0.8.0
 //
 //  Consumes:
 //    - application/io.orus.rednerd.v1+json
diff --git a/restapi/embedded_spec.go b/restapi/embedded_spec.go
--- a/restapi/embedded_spec.go
+++ b/restapi/embedded_spec.go
@@ -33,7 +33,7 @@
   "info": {
     "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
     "title": "Rednerd API",
-    "version": "0.7.0"
+    "version": "0.8.0"
   },
   "basePath": "/api",
   "paths": {
@@ -1393,7 +1393,7 @@
   "info": {
     "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
     "title": "Rednerd API",
-    "version": "0.7.0"
+    "version": "0.8.0"
   },
   "basePath": "/api",
   "paths": {
diff --git a/swagger.yaml b/swagger.yaml
--- a/swagger.yaml
+++ b/swagger.yaml
@@ -6,7 +6,7 @@
     and their options, see <a href="/docs/engines">Rednerd Engines</a>.
 
   title: Rednerd API
-  version: 0.7.0
+  version: 0.8.0
 consumes:
 - application/io.orus.rednerd.v1+json
 - application/json