From e94de1863a1a31309a214b7b66bc389dfdeffcb4 Mon Sep 17 00:00:00 2001 From: "replease[bot]" <132441688+replease[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:24:54 +0000 Subject: [PATCH] chore(main): release 3.5.1 (#19) Co-authored-by: replease[bot] <132441688+replease[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/apia/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e..57700f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c4ee3..4d6c665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file contains all the latest changes and updates to Apia. +## [3.5.1](https://github.com/krystal/apia/compare/v3.5.0...v3.5.1) (2023-11-09) + + +### Bug Fixes + +* **rack:** ensure OPTIONS preflight requests are handled ([#18](https://github.com/krystal/apia/issues/18)) ([8142479](https://github.com/krystal/apia/commit/81424790ceb95619e01f0e111bb735c984d4b899)) + ## [3.5.0](https://github.com/krystal/apia/compare/v3.4.0...v3.5.0) (2023-08-14) diff --git a/lib/apia/version.rb b/lib/apia/version.rb index 1efb0c1..52b6f3a 100644 --- a/lib/apia/version.rb +++ b/lib/apia/version.rb @@ -2,6 +2,6 @@ module Apia - VERSION = '3.5.0' + VERSION = '3.5.1' end