File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v3.22.0 - 2025-08-05
9
+
10
+ * Support multiple apps in Plug.SwaggerUI by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/676
11
+ * Validate keys given to operation/2 macro by @xxdavid in https://github.com/open-api-spex/open_api_spex/pull/675
12
+
8
13
## v3.21.5 - 2025-07-08
9
14
10
15
* Fix assert_operation_response/2 references by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/673
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/open-api-spex/open_api_spex"
5
- @ version "3.21.5 "
5
+ @ version "3.22.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments