Skip to content

Commit 480bc92

Browse files
authored
v0.9.1 (#119)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent ec7fb07 commit 480bc92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release v0.9.1 - 2024/02/17
2+
3+
* Relax required Nokogiri version (#117)
4+
This change permit 1.16 or later version of Nokogiri.
5+
16
# Release v0.9.0 - 2024/08/02
27
* in_windows_eventlog2: Enable expanding user names from SID and add `preserve_sid_on_hash` option
38
* in_windows_eventlog2: Add Delimiter and Casing options for parsing

fluent-plugin-winevtlog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "fluent-plugin-windows-eventlog"
7-
spec.version = "0.9.0"
7+
spec.version = "0.9.1"
88
spec.authors = ["okahashi117", "Hiroshi Hatake", "Masahiro Nakagawa"]
99
1010
spec.summary = %q{Fluentd Input plugin to read windows event log.}

0 commit comments

Comments
 (0)