Skip to content

Commit

Permalink
Release v3.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Aug 1, 2023
1 parent cf743eb commit d4b7a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.49.0
* Added `table.Session.ReadRows` method for getting rows by keys
* Added `table/options.ChangefeedFormatDynamoDBStreamsJSON` format of `DynamoDB` change feeds

Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package version

const (
Major = "3"
Minor = "48"
Patch = "8"
Minor = "49"
Patch = "0"
)

const Version = Major + "." + Minor + "." + Patch

0 comments on commit d4b7a52

Please sign in to comment.