Skip to content

Commit a7463a7

Browse files
committed
Updating changelog and readme.
1 parent 99456cc commit a7463a7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 1.0.27
5+
--------------
6+
*Released 2018-09-19*
7+
8+
* Allowing additional request `headers` to be specified in the `tlsOptions` config parameter for WebSocketClient. See pull request #323
9+
* Resolving deprecation warnings relating to usage of `new Buffer`
10+
411
Version 1.0.26
512
--------------
613
*Released 2018-04-27*

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Documentation
2727
Changelog
2828
---------
2929

30-
***Current Version: 1.0.26*** — Released 2018-04-27
30+
***Current Version: 1.0.27*** — Released 2018-09-19
3131

32-
* No longer using the deprecated `noAssert` parameter for functions reading and writing binary numeric data. (Thanks, [@BridgeAR](https://github.com/BridgeAR))
32+
* Allowing additional request `headers` to be specified in the `tlsOptions` config parameter for WebSocketClient. See pull request #323
33+
* Resolving deprecation warnings relating to usage of `new Buffer`
3334

3435
[View the full changelog](CHANGELOG.md)
3536

0 commit comments

Comments
 (0)