diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f9897f7..0b9e26a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.1" + ".": "3.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0978203..ddb2bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file contains all the latest changes and updates to Apia. +## [3.10.0](https://github.com/apiaframework/apia/compare/v3.9.1...v3.10.0) (2026-03-29) + + +### Features + +* **fields:** add skip_if_null option to omit null fields from output ([efee6f0](https://github.com/apiaframework/apia/commit/efee6f0c0776dbbc5ad2dac68361d191667b8601)) + + +### Bug Fixes + +* **specs:** silence deprecation warnings in test output ([b2e0715](https://github.com/apiaframework/apia/commit/b2e071578c271ab3f2df75bc4a1d08f5e113c616)) + ## [3.9.1](https://github.com/apiaframework/apia/compare/v3.9.0...v3.9.1) (2025-10-22) diff --git a/lib/apia/version.rb b/lib/apia/version.rb index 25c0a80..3c785de 100644 --- a/lib/apia/version.rb +++ b/lib/apia/version.rb @@ -2,6 +2,6 @@ module Apia - VERSION = '3.9.1' + VERSION = '3.10.0' end