Skip to content

Commit

Permalink
Merge pull request #292 from chainifynet/fix/version-bump
Browse files Browse the repository at this point in the history
Bump SDK version
  • Loading branch information
wobondar authored Mar 12, 2024
2 parents 01d47f2 + 73dc77e commit e93d538
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/basicEncryption/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/basicEncryption

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/customAwsKmsConfig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/chainifynet/aws-encryption-sdk-go v0.3.1
github.com/chainifynet/aws-encryption-sdk-go v0.3.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/discoveryFilterKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/discoveryFilterKmsPr

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/discoveryKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/chainifynet/aws-encryption-sdk-go v0.3.1
github.com/chainifynet/aws-encryption-sdk-go v0.3.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/mrkAwareKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/mrkAwareKmsProvider

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/multipleKeyProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/multipleKeyProvider

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/multipleKmsKey/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/multipleKmsKey

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/oneKmsKey/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/oneKmsKey

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/oneKmsKeyUnsigned/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/oneKmsKeyUnsigned

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

package pkg

const Version = "0.3.1"
const Version = "0.3.2"

0 comments on commit e93d538

Please sign in to comment.