Skip to content

Commit

Permalink
release/1.4.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored Jul 8, 2021
1 parent 285996b commit 3564dbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.4.1 - 2021-07-08

Fixes:
- Multiple simultaneous instances of the plugin don't collide with each other (#116)

1.4.0 - 2021-06-15

New features:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-plugin-zipkin"
version = "1.4.0-1"
version = "1.4.1-1"

source = {
url = "https://github.com/kong/kong-plugin-zipkin/archive/v1.4.0.zip",
dir = "kong-plugin-zipkin-1.4.0",
url = "https://github.com/kong/kong-plugin-zipkin/archive/v1.4.1.zip",
dir = "kong-plugin-zipkin-1.4.1",
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local fmt = string.format
local rand_bytes = utils.get_rand_bytes

local ZipkinLogHandler = {
VERSION = "1.4.0",
VERSION = "1.4.1",
-- We want to run first so that timestamps taken are at start of the phase
-- also so that other plugins might be able to use our structures
PRIORITY = 100000,
Expand Down

0 comments on commit 3564dbd

Please sign in to comment.