Skip to content

Commit

Permalink
release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNadupuru committed Jun 20, 2022
1 parent a685e72 commit 20bc441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.0.4 - 2022-06-20
### Changed
- Updated prometheus-client dependency to v4.0.0.

## 2.0.3 - 2022-04-20
### Added
- Added Prometheus-client Api based internal metrics functionality.
Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-oci-logging-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

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

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

end

0 comments on commit 20bc441

Please sign in to comment.