DarthSim 1 vuosi sitten
vanhempi
commit
9bd19c3535
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 # Changelog
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [3.21.0] - 2023-11-23
 ### Add
 ### Add
 - Add `status_codes_total` counter to Prometheus metrics.
 - Add `status_codes_total` counter to Prometheus metrics.
 - Add client-side decryption support for S3 integration.
 - Add client-side decryption support for S3 integration.

+ 1 - 1
version/version.go

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