Skip to content

Commit

Permalink
chore: Bump to version 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribd Bot committed Feb 21, 2022
1 parent e672d8f commit 9bd7855
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.9.0](https://github.com/scribd/go-sdk/compare/v1.8.0...v1.9.0) (2022-02-21)


### Features

* Provide a way to configure profiling code hostpots ([79b9a45](https://github.com/scribd/go-sdk/commit/79b9a45949cd5b3e8a1226abcea0d19b67a0e4a2))
* Upgrade dd-trace-go to v1.36.0 version ([11370a1](https://github.com/scribd/go-sdk/commit/11370a1c8659d41c1447b8709db9c4f3702e65bb))

# [1.8.0](https://github.com/scribd/go-sdk/compare/v1.7.1...v1.8.0) (2022-01-24)


Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// The SDK version number.
var Version = "1.8.0"
var Version = "1.9.0"
2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func TestVersion(t *testing.T) {
assert.Equal(t, Version, "1.8.0")
assert.Equal(t, Version, "1.9.0")
}

0 comments on commit 9bd7855

Please sign in to comment.