From 0448d8a8ffc8cc63accb88beae9947aa1ab9db7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Mar 2023 02:02:41 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/spectrocloud/hello-universe-api/compare/v1.0.7...v1.0.8) (2023-03-01) ### Bug Fixes * added support for OPTIONS and removed bug where options required auth header ([050c132](https://github.com/spectrocloud/hello-universe-api/commit/050c1321115bf687f5b2361963117478c9c7a2d9)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1e2cb..8606a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/spectrocloud/hello-universe-api/compare/v1.0.7...v1.0.8) (2023-03-01) + + +### Bug Fixes + +* added support for OPTIONS and removed bug where options required auth header ([050c132](https://github.com/spectrocloud/hello-universe-api/commit/050c1321115bf687f5b2361963117478c9c7a2d9)) + ## [1.0.7](https://github.com/spectrocloud/hello-universe-api/compare/v1.0.6...v1.0.7) (2023-02-24)