Skip to content

Commit 1447498

Browse files
committed
Release version 3.21.2
1 parent f3cd32b commit 1447498

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
9+
## v3.21.2 - 2024-10-02
10+
11+
* Use latest version of SwaggerUI by default, but allow it to be configured by @jarmo in https://github.com/open-api-spex/open_api_spex/pull/628
12+
* Exporting to YAML preserves nil values in examples by @zorbash in f3cd32bee2a
13+
814
## v3.21.1 - 2024-09-17
915

1016
* Fix schema inspection argument error by @zorbash. https://github.com/open-api-spex/open_api_spex/issues/636

mix.exs

+1-1
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.1"
5+
@version "3.21.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)