Skip to content

Commit

Permalink
chore: bump version to v0.2.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehala committed Jun 21, 2024
1 parent d25f038 commit 6366ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-plugin-ddtrace"
version = "0.2.0-1"
version = "0.2.1-1"

source = {
url = "https://github.com/datadog/kong-plugin-ddtrace/archive/v0.2.0.zip",
dir = "kong-plugin-ddtrace-0.2.0",
url = "https://github.com/datadog/kong-plugin-ddtrace/archive/v0.2.1.zip",
dir = "kong-plugin-ddtrace-0.2.1",
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/ddtrace/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local regex = ngx.re
local btohex = bit.tohex

local DatadogTraceHandler = {
VERSION = "0.2.0",
VERSION = "0.2.1",
-- We want to run first so that timestamps taken are at start of the phase.
-- However, it might be useful to finish spans after other plugins have completed
-- to more accurately represent the request completion time.
Expand Down

0 comments on commit 6366ae9

Please sign in to comment.