From 5456436d0b5eece05dd23d7f3d04c1487e7e7470 Mon Sep 17 00:00:00 2001 From: "apiabot[bot]" <238653882+apiabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:04:22 +0000 Subject: [PATCH] chore(main): release 3.11.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/apia/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0b9e26a..b550562 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.0" + ".": "3.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb2bff..1e126ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file contains all the latest changes and updates to Apia. +## [3.11.0](https://github.com/apiaframework/apia/compare/v3.10.0...v3.11.0) (2026-05-22) + + +### Features + +* support any response type ([#47](https://github.com/apiaframework/apia/issues/47)) ([a7ff1ae](https://github.com/apiaframework/apia/commit/a7ff1ae29995518b1b65b9a031175dff5c8b5edd)) + ## [3.10.0](https://github.com/apiaframework/apia/compare/v3.9.1...v3.10.0) (2026-03-29) diff --git a/lib/apia/version.rb b/lib/apia/version.rb index 3c785de..187f6c7 100644 --- a/lib/apia/version.rb +++ b/lib/apia/version.rb @@ -2,6 +2,6 @@ module Apia - VERSION = '3.10.0' + VERSION = '3.11.0' end