diff --git a/CHANGELOG.md b/CHANGELOG.md index 002bc0e..037b1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.7.7 / 2025-01-04 + +- Add `base64` gem to the dependencies to support Ruby 3.4 + ### 0.7.6 / 2023-07-25 - Fix handling of default ports in `Host` headers on Ruby 3.1+ diff --git a/LICENSE.md b/LICENSE.md index f319d15..b434b07 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2010-2023 James Coglan +Copyright 2010-2025 James Coglan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the diff --git a/websocket-driver.gemspec b/websocket-driver.gemspec index 37f4cbc..ba19412 100644 --- a/websocket-driver.gemspec +++ b/websocket-driver.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'websocket-driver' - s.version = '0.7.6' + s.version = '0.7.7' s.summary = 'WebSocket protocol handler with pluggable I/O' s.author = 'James Coglan' s.email = 'jcoglan@gmail.com'