diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfd84b6..c938cc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.2](https://github.com/Alwatr/nitrobase/compare/v7.5.1...v7.5.2) (2024-11-09) + +### Bug Fixes + +* **nginx:** comment out OPTIONS method handling in auth configuration ([25eb239](https://github.com/Alwatr/nitrobase/commit/25eb23943e5da8defebfd9fb4874e86384c2332d)) by @ + ## [7.5.1](https://github.com/Alwatr/nitrobase/compare/v7.5.0...v7.5.1) (2024-11-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e8d8c048..818a7731 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "7.5.1", + "version": "7.5.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/nginx/CHANGELOG.md b/packages/nginx/CHANGELOG.md index ef085535..2a3f4fed 100644 --- a/packages/nginx/CHANGELOG.md +++ b/packages/nginx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.2](https://github.com/Alwatr/nitrobase/compare/v7.5.1...v7.5.2) (2024-11-09) + +### Bug Fixes + +* **nginx:** comment out OPTIONS method handling in auth configuration ([25eb239](https://github.com/Alwatr/nitrobase/commit/25eb23943e5da8defebfd9fb4874e86384c2332d)) by @ + ## [7.5.1](https://github.com/Alwatr/nitrobase/compare/v7.5.0...v7.5.1) (2024-11-09) ### Bug Fixes diff --git a/packages/nginx/package.json b/packages/nginx/package.json index 2f4df378..22c7bfe9 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-nginx", - "version": "7.5.1", + "version": "7.5.2", "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.", "author": "S. Ali Mihandoost ", "license": "AGPL-3.0-only",