Skip to content

Commit

Permalink
v1.2.11 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel authored Jun 21, 2024
1 parent 764241e commit e538be8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Edge

## 1.2.11

- remove unused base64 require that would cause issues in Ruby 3.4

## 1.2.10

- ensure correct port is always specified for handshake
Expand Down
2 changes: 1 addition & 1 deletion lib/websocket/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebSocket
VERSION = '1.2.10'.freeze
VERSION = '1.2.11'.freeze
end

0 comments on commit e538be8

Please sign in to comment.