Bump version to 0.1.5

This commit is contained in:
James Coglan
2020-06-02 13:14:15 +01:00
parent aa156a439d
commit 402222fdd9
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
View File
@@ -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 -1
View File
@@ -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'