Skip to content

Commit 8cfea68

Browse files
author
Shubham Chaturvedi
committed
chore: Changelog and go mod
1 parent d242cd2 commit 8cfea68

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

releases/go/encryption-sdk/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Changelog
22

3-
## [releases/go/encryption-sdk/v0.2.1] - 2025-10-29
3+
## [releases/go/encryption-sdk/v0.3.0] - 2025-10-29
44

5-
### Fixes
5+
### Performance
66

7-
- _(go)_ Fix and refactor go mod (#793)
8-
- _(go)_ Dafny array performance (#825)
7+
- Improved Dafny Go Array performance
98

109
### Maintenance
1110

releases/go/encryption-sdk/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/aws/aws-encryption-sdk/releases/go/encryption-sdk
22

33
go 1.23.0
44

5+
retract [v0.0.0-0, v0.1.1]
6+
57
require (
68
github.com/aws/aws-cryptographic-material-providers-library/releases/go/dynamodb v0.3.0
79
github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.3.0

0 commit comments

Comments
 (0)