From 5f847a744d23e9c1420712e134d4524145d5de48 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Tue, 11 Feb 2025 18:01:24 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ lib/thruster/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f62cb..f591d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.1.11 / 2025-02-11 + +* Build with Go 1.23.6 (#67) +* Allow disabling compression with env var (#56) + ## v0.1.10 / 2025-01-06 * Avoid runtime glibc dependency in dist builds diff --git a/lib/thruster/version.rb b/lib/thruster/version.rb index 947051e..8b72f16 100644 --- a/lib/thruster/version.rb +++ b/lib/thruster/version.rb @@ -1,3 +1,3 @@ module Thruster - VERSION = "0.1.10" + VERSION = "0.1.11" end