From b40a9cd9fe071f4aca9614e72e70c75a8701b153 Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Thu, 24 Oct 2024 14:35:14 -0400 Subject: [PATCH] Release `v0.2.3` --- CHANGELOG.md | 2 ++ lib/turbo_stream_button/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be207a..d21f043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.2.3 (Oct 24, 2024) + - Expand matrix of supported versions to include `ruby@3.3` and `rails@7.2`. - Rely on view context's `#token_list` to merge token lists diff --git a/lib/turbo_stream_button/version.rb b/lib/turbo_stream_button/version.rb index 4d04ea6..e3a9659 100644 --- a/lib/turbo_stream_button/version.rb +++ b/lib/turbo_stream_button/version.rb @@ -1,3 +1,3 @@ module TurboStreamButton - VERSION = "0.2.2" + VERSION = "0.2.3" end