Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 1, 2021
1 parent 70740a9 commit 3c7ffea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 1.1.0 🚸 (2021-06-01)

- No changes since 1.1.0.rc1.1.

## 1.1.0.rc1.1 (2021-05-12)

- Fixed config loading regression introduced in 1.1.0.rc1.
Expand Down
2 changes: 1 addition & 1 deletion anycable-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.6"

spec.add_dependency "anycable-core", "> 1.0.99", "< 2.0"
spec.add_dependency "anycable-core", "~> 1.1"
spec.add_dependency "actioncable", ">= 6"
spec.add_dependency "globalid"

Expand Down
2 changes: 1 addition & 1 deletion lib/anycable/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module AnyCable
module Rails
VERSION = "1.1.0.rc1.1"
VERSION = "1.1.0"
end
end

0 comments on commit 3c7ffea

Please sign in to comment.