DarthSim 2 éve
szülő
commit
9a4ec57d00
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      CHANGELOG.md
  2. 1 1
      version/version.go

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 ## [Unreleased]
 
+## [3.13.1] - 2023-01-16
+### Fix
+- Fix applying watermarks with replication.
+
 ## [3.13.0] - 2023-01-11
 ### Change
 - Add support for Managed Identity or Service Principal credentials to Azure Blob Storage integration.

+ 1 - 1
version/version.go

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