Browse Source

Bump version

DarthSim 2 years ago
parent
commit
a489231d17
3 changed files with 4 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 0
      docs/assets/versions.js
  3. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [3.9.0] - 2022-10-19
 ### Add
 - Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.
 

+ 1 - 0
docs/assets/versions.js

@@ -1,4 +1,5 @@
 window.IMGPROXY_VERSIONS = [
+  "3.9",
   "3.8",
   "3.7",
   "3.6",

+ 1 - 1
version/version.go

@@ -1,6 +1,6 @@
 package version
 
-const version = "3.8.0"
+const version = "3.9.0"
 
 func Version() string {
 	return version