Skip to content

Commit 8ad2626

Browse files
author
Scribd Bot
committed
chore: Bump to version 1.30.0 [skip ci]
1 parent 6c58521 commit 8ad2626

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.30.0](https://github.com/scribd/go-sdk/compare/v1.29.0...v1.30.0) (2024-04-23)
2+
3+
4+
### Features
5+
6+
* Configure redis cache ([b2d9376](https://github.com/scribd/go-sdk/commit/b2d93769c9d5df0ef6d56fcb1683d8b569a93727))
7+
* Create instrumented redis client ([ca9c96e](https://github.com/scribd/go-sdk/commit/ca9c96e4e342745078431966f72a68445d4978b8))
8+
* Propagate cache configration to the root data type ([07f0a59](https://github.com/scribd/go-sdk/commit/07f0a59f26d2109f49742cbd63f48763d944da23))
9+
* Upgrade dd-trace-go and dependant libraries ([5130deb](https://github.com/scribd/go-sdk/commit/5130deb85eb0b124526ab4ff27ea421135f32202))
10+
111
# [1.29.0](https://github.com/scribd/go-sdk/compare/v1.28.0...v1.29.0) (2024-04-17)
212

313

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// The SDK version number.
4-
var Version = "1.29.0"
4+
var Version = "1.30.0"

pkg/version/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import (
77
)
88

99
func TestVersion(t *testing.T) {
10-
assert.Equal(t, Version, "1.29.0")
10+
assert.Equal(t, Version, "1.30.0")
1111
}

0 commit comments

Comments
 (0)