Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Jan 16, 2023
1 parent 8bd3d5d commit 9a4ec57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const version = "3.13.0"
const version = "3.13.1"

func Version() string {
return version
Expand Down

0 comments on commit 9a4ec57

Please sign in to comment.