Browse Source

Bump version

DarthSim 2 years ago
parent
commit
41b9ebe927
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.16.0] - 2023-04-18
 ### Add
 - Add support for `Sec-CH-DPR` and `Sec-CH-Width` client hints.
 - Add support for Base64-encoded `filename` processing option values.

+ 1 - 0
docs/assets/versions.js

@@ -1,4 +1,5 @@
 window.IMGPROXY_VERSIONS = [
+  "3.16",
   "3.15",
   "3.14",
   "3.13",

+ 1 - 1
version/version.go

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