We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0343b8 commit 0f8d0c8Copy full SHA for 0f8d0c8
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master
4
5
+## 1.3.7 (2023-02-28)
6
+
7
+- Fix `anycable` gem dependency constraints.
8
9
+- Require Ruby 2.7+.
10
11
## 1.3.6 (2023-02-28)
12
13
- Handle `nil` streams gracefully. ([@palkan][])
lib/anycable/rails/version.rb
@@ -2,6 +2,6 @@
module AnyCable
module Rails
- VERSION = "1.3.6"
+ VERSION = "1.3.7"
end
0 commit comments