Skip to content

Commit 622bc43

Browse files
committed
Bump version to 0.11.0
1 parent 79438f7 commit 622bc43

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.11.0 / 2020-07-31
2+
3+
- Implement TLS certificate verification and enable it by default on client
4+
connections
5+
- Add a `:tls` option to the client with sub-fields `:root_cert_file` and
6+
`:verify_peer` for configuring TLS verification
7+
18
### 0.10.9 / 2019-06-13
29

310
- Use the EventMachine API rather than `IO#write` to write data; this uses the

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2010-2019 James Coglan
1+
Copyright 2010-2020 James Coglan
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
this file except in compliance with the License. You may obtain a copy of the

faye-websocket.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'faye-websocket'
3-
s.version = '0.10.9'
3+
s.version = '0.11.0'
44
s.summary = 'Standards-compliant WebSocket server and client'
55
s.author = 'James Coglan'
66
s.email = '[email protected]'

0 commit comments

Comments
 (0)