diff --git a/CHANGELOG.md b/CHANGELOG.md index d8337b1..235fa34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.6.10 + - Moved from Travis CI to GitHub Actions + +# v1.6.9 + - [AndreasRonnqvistCytiva](https://github.com/kobaltz/clamby/commits?author=AndreasRonnqvistCytiva) - Allow reload option #44 + # v1.6.8 - [codezomb](https://github.com/kobaltz/clamby/commits?author=codezomb) - Allow paths to be escaped #37 diff --git a/lib/clamby/version.rb b/lib/clamby/version.rb index 7e8210f..b020d4c 100644 --- a/lib/clamby/version.rb +++ b/lib/clamby/version.rb @@ -1,3 +1,3 @@ module Clamby - VERSION = "1.6.9" + VERSION = "1.6.10" end