From c6cd8d78529adc99f2a1461bd399b42a5e421ced Mon Sep 17 00:00:00 2001 From: Matt Duszynski Date: Wed, 17 Apr 2024 22:44:41 -0500 Subject: [PATCH] Bump version to 0.8.1 --- CHANGELOG.md | 2 ++ lib/redis/time_series/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587e713..78acdcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 0.8.1 * Add Ruby 3.2 to build matrix (#82) * Bump actions versions to v4 (#86) * Add Ruby 3.3, drop Ruby 2.6 from build matrix (#87) diff --git a/lib/redis/time_series/version.rb b/lib/redis/time_series/version.rb index 1fb1b28..97721e0 100644 --- a/lib/redis/time_series/version.rb +++ b/lib/redis/time_series/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true class Redis class TimeSeries - VERSION = '0.8.0' + VERSION = '0.8.1' end end