File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 2.0.1 - 2022-02-15
3+ ## 2.0.2 - 2022-02-17
44### Added
55- Added required ruby version in gemspec.
66- Added spec metadata (Documentation, Source code and Change log) details.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66
77Gem ::Specification . new do |spec |
88 spec . name = "fluent-plugin-oci-logging-analytics"
9- spec . version = "2.0.1 "
9+ spec . version = "2.0.2 "
1010 spec . authors = [ "Oracle" , "OCI Observability: Logging Analytics" ]
1111 spec . email = [ "oci_la_plugins_grp@oracle.com" ]
1212
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . metadata = {
2323 "documentation_uri" => "https://docs.oracle.com/en/learn/oci_logging_analytics_fluentd/" ,
2424 "source_code_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin" ,
25- "changelog_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin/CHANGELOG.md"
25+ "changelog_uri" => "https://github.com/oracle-quickstart/oci-logan-fluentd-output-plugin/blob/main/ CHANGELOG.md"
2626 }
2727
2828 spec . add_development_dependency "rake" , "~> 12.0"
You can’t perform that action at this time.
0 commit comments