Skip to content

Commit 491b0ac

Browse files
Merge pull request #5 from oracle-quickstart/v2.0.4
release v2.0.4
2 parents a685e72 + 20bc441 commit 491b0ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.0.4 - 2022-06-20
4+
### Changed
5+
- Updated prometheus-client dependency to v4.0.0.
6+
37
## 2.0.3 - 2022-04-20
48
### Added
59
- Added Prometheus-client Api based internal metrics functionality.

fluent-plugin-oci-logging-analytics.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = "fluent-plugin-oci-logging-analytics"
9-
spec.version = "2.0.3"
9+
spec.version = "2.0.4"
1010
spec.authors = ["Oracle","OCI Observability: Logging Analytics"]
1111
spec.email = ["[email protected]"]
1212

@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
3030
spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
3131
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
3232
spec.add_runtime_dependency "oci", "~>2.16"
33-
spec.add_runtime_dependency "prometheus-client", "~>2.1.0"
33+
spec.add_runtime_dependency "prometheus-client", "~>4.0.0"
3434

3535
end

0 commit comments

Comments
 (0)