Skip to content

Commit 8924a85

Browse files
committed
Release version 3.22.4
1 parent fd68872 commit 8924a85

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.22.4 - 2026-08-30
9+
10+
* feat(swagger-ui): Make layout configurable in Swagger UI by @joshk in https://github.com/open-api-spex/open_api_spex/pull/704
11+
* feat(swagger-ui): Allow for page title to be configured by @grzuy in https://github.com/open-api-spex/open_api_spex/pull/709
12+
813
## v3.22.3 - 2026-05-05
914

1015
* chore: removed unused require(s) by @David-Klemenc in https://github.com/open-api-spex/open_api_spex/pull/700

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.22.3"
5+
@version "3.22.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)