Skip to content

Commit 0f8d0c8

Browse files
committed
Bump 1.3.7
1 parent b0343b8 commit 0f8d0c8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## master
44

5+
## 1.3.7 (2023-02-28)
6+
7+
- Fix `anycable` gem dependency constraints.
8+
9+
- Require Ruby 2.7+.
10+
511
## 1.3.6 (2023-02-28)
612

713
- Handle `nil` streams gracefully. ([@palkan][])

lib/anycable/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module AnyCable
44
module Rails
5-
VERSION = "1.3.6"
5+
VERSION = "1.3.7"
66
end
77
end

0 commit comments

Comments
 (0)