Skip to content

Commit 3b7e64c

Browse files
author
rootware
committed
added change log
1 parent 49f8319 commit 3b7e64c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,20 @@ and simply didn't have the time to go back and retroactively create one.
2020
- echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk
2121
- Added docker support to run the app from docker.
2222

23+
## [1.0.0] - 2022-08-11
24+
25+
- Added in redaction support from linux piped input.
26+
- `echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk`
27+
- Added docker support to run the app from docker.
28+
- `docker run -v "$(pwd):/home/nonroot/workdir" brootware/pyredactkit 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com'`
29+
2330
## [0.4.0] - 2022-07-27
2431

2532
Making sure only sensitive string is in the api detection
2633

2734
### Changed
2835

29-
- FMaking sure only sensitive string is in the api detection
36+
- Making sure only sensitive string is in the api detection
3037

3138
## [0.3.9] - 2022-07-27
3239

0 commit comments

Comments
 (0)