Skip to content

Commit d9cfffe

Browse files
committedJan 26, 2024
Release version 3.18.2
1 parent d6d3c89 commit d9cfffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.18.2 - 2024-01-26
9+
10+
* Fix 'AllOf cast returns a map, but I expected a struct' by @angelikatyborska in https://github.com/open-api-spex/open_api_spex/pull/592
11+
812
## v3.18.1 - 2023-12-19
913

1014
* Fix `assert_operation_response/2` header lookup by @msutkowski in https://github.com/open-api-spex/open_api_spex/pull/584

‎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.18.1"
5+
@version "3.18.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)