Skip to content

Commit b6b4584

Browse files
committed
version bump to 2.0.2 to keep it in line with rubygems
1 parent 0c59f1a commit b6b4584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

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.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"

0 commit comments

Comments
 (0)