Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Dec 28, 2021
1 parent 409c92c commit d76a235
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.6.8
- [codezomb](https://github.com/kobaltz/clamby/commits?author=codezomb) - Allow paths to be escaped #37

# v1.6.5
- [bennacer860](https://github.com/kobaltz/clamby/commits?author=bennacer860) - Added config data dir option

Expand Down Expand Up @@ -25,7 +28,7 @@

# v1.3.2
- [emilong](https://github.com/kobaltz/clamby/commits/master?author=emilong) added `stream` option

# v1.3.1
- [zealot128](https://github.com/kobaltz/clamby/commits/master?author=zealot128) added `silence_output` option

Expand All @@ -43,7 +46,7 @@
- Refactor of logic
- Cleanup
- Thanks to @hderms for contributing!

# v1.1.0
- Changed `scan()` to `safe?()`
- Added `virus?()`
Expand All @@ -70,7 +73,7 @@ HTTP request sent, awaiting response... 200 OK
Length: 68 [application/octet-stream]
Saving to: 'eicar.com'

100%[=================>] 68 --.-K/s in 0s
100%[=================>] 68 --.-K/s in 0s

2014-03-10 21:35:50 (13.0 MB/s) - 'eicar.com' saved [68/68]

Expand Down
2 changes: 1 addition & 1 deletion lib/clamby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clamby
VERSION = "1.6.7"
VERSION = "1.6.8"
end

0 comments on commit d76a235

Please sign in to comment.