diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc70380..2a266f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.0" + ".": "3.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a162da7..6b8f43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file contains all the latest changes and updates to Apia. +## [3.7.0](https://github.com/apiaframework/apia/compare/v3.6.0...v3.7.0) (2024-05-15) + + +### Features + +* Add response type option to endpoints ([#27](https://github.com/apiaframework/apia/issues/27)) ([ee7efe8](https://github.com/apiaframework/apia/commit/ee7efe80bc70b300e9fd160b57d2084f3e719a4c)) + ## [3.6.0](https://github.com/apiaframework/apia/compare/v3.5.1...v3.6.0) (2024-04-17) diff --git a/lib/apia/version.rb b/lib/apia/version.rb index f47838f..ca9d736 100644 --- a/lib/apia/version.rb +++ b/lib/apia/version.rb @@ -2,6 +2,6 @@ module Apia - VERSION = '3.6.0' + VERSION = '3.7.0' end