From fde378ae680c19a820a1b7a1b13f309fef989619 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Apr 2024 23:49:10 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc214960..0178bb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v0.103.5](https://github.com/k1LoW/runn/compare/v0.103.4...v0.103.5) - 2024-04-21 +### Fix bug 🐛 +- Add workaround for invalid validator instance after validation error. by @k1LoW in https://github.com/k1LoW/runn/pull/884 +- Update libopenapi-validator by @k1LoW in https://github.com/k1LoW/runn/pull/885 +### Other Changes +- chore(deps): bump the dependencies group with 9 updates by @dependabot in https://github.com/k1LoW/runn/pull/887 + ## [v0.103.4](https://github.com/k1LoW/runn/compare/v0.103.3...v0.103.4) - 2024-04-16 ### Other Changes - Provide registry for OpenAPI3 documents to cache it. by @k1LoW in https://github.com/k1LoW/runn/pull/875