Skip to content

Commit 3c7ffea

Browse files
committed
Bump 1.1.0
1 parent 70740a9 commit 3c7ffea

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## master
44

5+
## 1.1.0 🚸 (2021-06-01)
6+
7+
- No changes since 1.1.0.rc1.1.
8+
59
## 1.1.0.rc1.1 (2021-05-12)
610

711
- Fixed config loading regression introduced in 1.1.0.rc1.

anycable-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626

2727
spec.required_ruby_version = ">= 2.6"
2828

29-
spec.add_dependency "anycable-core", "> 1.0.99", "< 2.0"
29+
spec.add_dependency "anycable-core", "~> 1.1"
3030
spec.add_dependency "actioncable", ">= 6"
3131
spec.add_dependency "globalid"
3232

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.1.0.rc1.1"
5+
VERSION = "1.1.0"
66
end
77
end

0 commit comments

Comments
 (0)