From 90eafaf7b76fa5b6662084f926ba68d8782e84fa Mon Sep 17 00:00:00 2001 From: Dave Kimura Date: Mon, 25 Sep 2023 07:34:26 -0400 Subject: [PATCH] Moved to Github Actions --- CHANGELOG.md | 6 ++++++ lib/clamby/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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