diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc51a8..59c54d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/apiaframework/apia-openapi/compare/v0.1.12...v0.1.13) (2024-09-13) + + +### Bug Fixes + +* only add mutually exclusive description to lookup argument sets ([#79](https://github.com/apiaframework/apia-openapi/issues/79)) ([77f0e31](https://github.com/apiaframework/apia-openapi/commit/77f0e31d4bf09ab2cafcc0446dcff24dba627565)) + ## [0.1.12](https://github.com/apiaframework/apia-openapi/compare/v0.1.11...v0.1.12) (2024-09-03) diff --git a/lib/apia/open_api/version.rb b/lib/apia/open_api/version.rb index 205f9d1..ebe778a 100644 --- a/lib/apia/open_api/version.rb +++ b/lib/apia/open_api/version.rb @@ -3,7 +3,7 @@ module Apia module OpenApi - VERSION = "0.1.12" + VERSION = "0.1.13" end end