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 616d9a5 commit 63bd98bCopy full SHA for 63bd98b
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## main
4
5
+## 1.6.0.rc.3 (2025-02-20)
6
+
7
+- Update `anycable:download` generator to support v1.6+. ([@palkan][])
8
9
- Add `#anycable_token_meta_tag` helper. ([@palkan][])
10
11
It generates a meta tag with the AnyCable JWT token (w/o the URL).
lib/anycable/rails/version.rb
@@ -2,6 +2,6 @@
module AnyCable
module Rails
- VERSION = "1.6.0.rc.2"
+ VERSION = "1.6.0.rc.3"
end
0 commit comments