Skip to content

Commit

Permalink
Release v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 9, 2024
1 parent 1fa2ba8 commit ced253f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.7.2

### Bug fixes

* Ensure `crash_reason` in metadata is always a tuple

## v2.7.1

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Plug.Cowboy.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-plug/plug_cowboy"
@version "2.7.1"
@version "2.7.2"
@description "A Plug adapter for Cowboy"

def project do
Expand Down

0 comments on commit ced253f

Please sign in to comment.