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