diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5eab0..ec08428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.7.1...main + +[compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.1...main) + +### 🏡 Chore + +- Improve types ([3674dfe](https://github.com/stacksjs/tlsx/commit/3674dfe)) +- Adjust default config ([d27b2bf](https://github.com/stacksjs/tlsx/commit/d27b2bf)) + +### ❤️ Contributors + +- Chris + ## v0.7.0...main [compare changes](https://github.com/stacksjs/tlsx/compare/v0.7.0...main) diff --git a/package.json b/package.json index 582cfb4..392f663 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/tlsx", "type": "module", - "version": "0.7.1", + "version": "0.7.2", "description": "A TLS/HTTPS library with automation.", "author": "Chris Breuer ", "license": "MIT",