File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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.21.1 - 2024-09-17
9
+
10
+ * Fix schema inspection argument error by @zorbash . https://github.com/open-api-spex/open_api_spex/issues/636
11
+
8
12
## v3.21.0 - 2024-09-12
9
13
10
14
* Update dev dependencies and example apps by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/624
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.0 "
5
+ @ version "3.21.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments