diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a97ac..e3a534a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.6...v1.1.7) (2024-06-23) + + +### Bug Fixes + +* bump dependencies ([0bbc860](https://github.com/CoCreate-app/CoCreate-server/commit/0bbc860bf23e7011f17a975ae61ef9a6814da44b)) + ## [1.1.6](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.5...v1.1.6) (2024-06-23) diff --git a/package.json b/package.json index d6ca9ed..9b82b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/server", - "version": "1.1.6", + "version": "1.1.7", "description": "A dynamic SSL certificate management and generation tool for proxies like NGINX, with a fallback to Node.js SSL termination. It seamlessly integrates HTTP, HTTPS, and ACME protocols to ensure secure, encrypted connections.", "keywords": [ "ssl-certificate-management", @@ -41,4 +41,4 @@ "dependencies": { "@cocreate/acme": "^1.2.12" } -} \ No newline at end of file +}