Skip to content

Commit

Permalink
release: v0.2.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Enrique García Cota <[email protected]>
  • Loading branch information
gszr and kikito authored Sep 1, 2020
1 parent a9d5bba commit fdfd57b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
causes the plugin to pass the stripped request path (see the `strip_path`
Route attribute) to the upstream gRPC service.

[0.2.0]: https://github.com/Kong/kong-plugin-grpc-web/compare/v0.1.1...v0.2.0
[0.2.0]: https://github.com/Kong/kong-plugin-grpc-web/compare/v0.1.1...v0.2.0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package = "kong-plugin-grpc-web"

version = "0.1.1-2"
version = "0.2.0-0"

supported_platforms = {"linux", "macosx"}

source = {
url = "git+https://[email protected]/Kong/kong-plugin-grpc-web.git",
tag = "v0.1.1",
tag = "v0.2.0",
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/grpc-web/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local kong_service_request_set_raw_body = kong.service.request.set_raw_body

local grpc_web = {
PRIORITY = 3,
VERSION = '0.1.0',
VERSION = '0.2.0',
}


Expand Down

0 comments on commit fdfd57b

Please sign in to comment.