From 0a8da81ccc79f4a524a69b8a36deaf9de81cbd30 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Wed, 10 Jul 2024 08:47:26 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ lib/thruster/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a465a9..459d133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.6 / 2024-07-10 + +* Properly handle an empty TLS_DOMAIN value + ## v0.1.5 / 2024-07-09 * Fix bug where replacing existing cache items could lead to a crash during diff --git a/lib/thruster/version.rb b/lib/thruster/version.rb index 7084b96..df1281b 100644 --- a/lib/thruster/version.rb +++ b/lib/thruster/version.rb @@ -1,3 +1,3 @@ module Thruster - VERSION = "0.1.5" + VERSION = "0.1.6" end