Skip to content

Commit

Permalink
Merge pull request #868 from Yamato-Security/finalize-1.9.1
Browse files Browse the repository at this point in the history
finalize 1.9.1
  • Loading branch information
hitenkoku authored Jan 8, 2023
2 parents 73eb036 + 34e48ec commit 8cf9625
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 65 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 変更点

## 1.9.1 [20XX/XX/XX]
## 1.9.1 [2022/01/10]

**バグ修正:**

- ログオン情報の出力機能で`--output`を指定したときにログオン成功のcsv出力ができない問題を修正した。 (#849) (@hitenkoku)
- `--jsonl -J`を指定したときに不要な改行が含まれていたため修正した。 (#852) (@hitenkoku)
- `-J, --jsonl`を指定したときに不要な改行が含まれていたため修正した。 (#852) (@hitenkoku)

## 1.9.0 [2022/12/24]

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changes

## 1.9.1 [20XX/XX/XX]
## 1.9.1 [2022/01/10]

**Bug Fixes:**

- Fixed successful login csv is not output when using the logon-timeline function. (#849) (@hitenkoku)
- Removed unnecessary line breaks when using `-J` option. (#852) (@hitenkoku)
- Successful login CSV results were not correctly being outputted when using the logon timeline function. (#849) (@hitenkoku)
- Removed unnecessary line breaks that would occur when using the `-J, --jsonl` option. (#852) (@hitenkoku)

## 1.9.0 [2022/12/24]

Expand Down
107 changes: 48 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rules
Submodule rules updated 166 files

0 comments on commit 8cf9625

Please sign in to comment.