@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.21.0] - 2023-11-23
### Add
- Add `status_codes_total` counter to Prometheus metrics.
- Add client-side decryption support for S3 integration.
@@ -1,6 +1,6 @@
package version
-const version = "3.20.0"
+const version = "3.21.0"
func Version() string {
return version