Skip to content

Commit 2ef07cd

Browse files
committed
Release v1.14.2
1 parent 8ea2a34 commit 2ef07cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.14.2 (2023-03-23)
4+
5+
### Bug fixes
6+
7+
* Properly deprecate `Plug.Adapters.Cowboy` before removal
8+
39
## v1.14.1 (2023-03-17)
410

511
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Plug.MixProject do
22
use Mix.Project
33

4-
@version "1.14.1"
4+
@version "1.14.2"
55
@description "Compose web applications with functions"
66
@xref_exclude [Plug.Cowboy, :ssl]
77

0 commit comments

Comments
 (0)