Bump version to 0.1.5
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 0.1.5 / 2020-06-02
|
||||
|
||||
- Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)
|
||||
|
||||
### 0.1.4 / 2019-06-10
|
||||
|
||||
- Fix a deprecation warning for using the `=~` operator on `true`
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Copyright 2014-2019 James Coglan
|
||||
Copyright 2014-2020 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'websocket-extensions'
|
||||
s.version = '0.1.4'
|
||||
s.version = '0.1.5'
|
||||
s.summary = 'Generic extension manager for WebSocket connections'
|
||||
s.author = 'James Coglan'
|
||||
s.email = 'jcoglan@gmail.com'
|
||||
|
||||
Reference in New Issue
Block a user