Skip to content

Commit 8108e77

Browse files
committed
Bump version to 0.1.5
1 parent c36eb3e commit 8108e77

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.1.5 / 2020-06-02
2+
3+
- Remove a ReDoS vulnerability in the header parser
4+
15
### 0.1.4 / 2019-06-10
26

37
- Fix a deprecation warning for using the `=~` operator on `true`

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2019 James Coglan
1+
Copyright 2014-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

websocket-extensions.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'websocket-extensions'
3-
s.version = '0.1.4'
3+
s.version = '0.1.5'
44
s.summary = 'Generic extension manager for WebSocket connections'
55
s.author = 'James Coglan'
66
s.email = 'jcoglan@gmail.com'

0 commit comments

Comments
 (0)