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