Skip to content

Commit

Permalink
Merge pull request #112 from Kong/release/1.1.0
Browse files Browse the repository at this point in the history
release 1.1.0
  • Loading branch information
locao authored Mar 3, 2021
2 parents cfa60bd + 52369df commit 7837fe6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [1.1.0](#100---20210303)
- [1.0.0](#100---20200820)
- [0.9.0](#090---20200617)
- [0.8.0](#080---20200424)
Expand All @@ -18,6 +19,11 @@
- [0.1.0](#010---20180615)


## [1.1.0] - 2021/03/03

- Export Kong Enterprise Edition licensing information.
[#110](https://github.com/Kong/kong-plugin-prometheus/pull/110)

## [1.0.0] - 2020/08/20

- Change handler to use Kong PDK function kong.log.serialize instead of using
Expand Down Expand Up @@ -129,6 +135,7 @@ initialized

- Initial release of Prometheus plugin for Kong.

[1.1.0]: https://github.com/Kong/kong-plugin-prometheus/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.9.0...1.0.0
[0.9.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/Kong/kong-plugin-prometheus/compare/0.7.1...0.8.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-prometheus-plugin"
version = "1.0.0-1"
version = "1.1.0-1"

source = {
url = "git://github.com/Kong/kong-plugin-prometheus",
tag = "1.0.0"
tag = "1.1.0"
}

supported_platforms = {"linux", "macosx"}
Expand All @@ -14,7 +14,6 @@ description = {

dependencies = {
"lua-resty-counter >= 0.2.0",
--"kong >= 0.13.0",
}

build = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/prometheus/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prometheus.init()

local PrometheusHandler = {
PRIORITY = 13,
VERSION = "1.0.0",
VERSION = "1.1.0",
}

function PrometheusHandler.init_worker()
Expand Down

0 comments on commit 7837fe6

Please sign in to comment.