diff --git a/CHANGELOG.md b/CHANGELOG.md index 013f1f7..95f89f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.7.1...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.7.1...main) + +### 🚀 Enhancements + +- Allow for cleaning up certificates ([a22b7d7](https://github.com/stacksjs/rpx/commit/a22b7d7)) + +### 🏡 Chore + +- Update bun ([434a163](https://github.com/stacksjs/rpx/commit/434a163)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.7.0...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.7.0...main) diff --git a/package.json b/package.json index a2f4aa0..14035cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.7.1", + "version": "0.8.0", "description": "A modern and smart reverse proxy.", "author": "Chris Breuer ", "license": "MIT",