Skip to content

Commit 61d5951

Browse files
committed
Release version 3.21.4
1 parent 572130d commit 61d5951

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v3.21.4 - 2025-07-01
9+
10+
* Fix OTP-28 support by @bopm in https://github.com/open-api-spex/open_api_spex/pull/672
11+
812
## v3.21.3 - 2025-06-25
913

1014
* Fix cast x-validate when decoded schema by @GPrimola in https://github.com/open-api-spex/open_api_spex/pull/647

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/open-api-spex/open_api_spex"
5-
@version "3.21.3"
5+
@version "3.21.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)