File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v3.21.5 - 2025-07-08
9+
10+ * Fix assert_operation_response/2 references by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/673
11+
812## v3.21.4 - 2025-07-01
913
1014* Fix OTP-28 support by @bopm in https://github.com/open-api-spex/open_api_spex/pull/672
Original file line number Diff line number Diff 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.4 "
5+ @ version "3.21.5 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments