DarthSim hace 1 año
padre
commit
83d6040a97
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## [Unreleased]
+## [3.23.0] - 2024-03-11
 ### Add
 - Add request ID, processing/info options, and source image URL to error reports.
 

+ 1 - 1
version/version.go

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