Skip to content

Commit 826ce1d

Browse files
committed
Release version 3.19.1
1 parent 012c8ab commit 826ce1d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.19.1 - 2024-05-17
9+
10+
* Add notice that body params are not merged into Conn.params whne using cast and validate plug by @hamir-suspect in #589
11+
* Set nonces on `<script>` and `<style>` elements if configured by @nathanalderson in #593
12+
* Ensure operation_id is always set on conn.private by @msutkowski in #606
13+
814
## v3.19.0 - 2024-04-30
915

1016
* Support response code ranges by @zorbash in 8898859da1

Diff for: 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.19.0"
5+
@version "3.19.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)