We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfdba2 commit 53ec64fCopy full SHA for 53ec64f
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [1.15.1] - 2025-04-17
4
+
5
+### Fixed
6
7
+- [Cable] Create a subscription only when the reactor is started (#146).
8
9
## [1.15.0] - 2025-04-02
10
11
### Added
lib/rage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rage
- VERSION = "1.15.0"
+ VERSION = "1.15.1"
end
0 commit comments