diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7bfae..644153c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ Bugfixes: Other improvements: +## [v9.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.1.0) - 2023-08-01 + +Other improvements: +- Update `node-tls` to `v0.3.1` to fix conflicting transitive dep on `node-buffer` (#52 by @JordanMartinez) + ## [v9.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0) - 2023-08-01 Breaking changes: diff --git a/bower.json b/bower.json index cbbfb4d..73967fd 100644 --- a/bower.json +++ b/bower.json @@ -24,7 +24,7 @@ "purescript-node-buffer": "^9.0.0", "purescript-node-net": "^5.1.0", "purescript-node-streams": "^9.0.0", - "purescript-node-tls": "https://github.com/JordanMartinez/purescript-node-tls.git#^0.3.0", + "purescript-node-tls": "https://github.com/purescript-node/purescript-node-tls.git#^0.3.1", "purescript-node-url": "^7.0.0", "purescript-nullable": "^6.0.0", "purescript-options": "^7.0.0",