# HG changeset patch
# User Christophe de Vienne <christophe@cdevienne.info>
# Date 1639564083 -3600
#      Wed Dec 15 11:28:03 2021 +0100
# Node ID d0b1b69dd450048ebf5b8fdbcf8fe03102aea99a
# Parent  709848fdb0c2d2db256fce703c6bffdf00164803
Prepare release 0.3.5

diff --git a/HISTORY.rst b/HISTORY.rst
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,8 @@
 Release history
 ===============
 
+0.3.5 (2021-12-16)
+==================
 
 - fix metric names: rename ``alpe_api_*`` to ``rednerd_api_*``
 
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.3.4
+//  Version: 0.3.5
 //
 //  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.3.4"
+    "version": "0.3.5"
   },
   "basePath": "/api",
   "paths": {
@@ -1086,7 +1086,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.3.4"
+    "version": "0.3.5"
   },
   "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.3.4
+  version: 0.3.5
 consumes:
 - application/io.orus.rednerd.v1+json
 - application/json