Skip to content

Commit 41c2422

Browse files
authored
v1.2.1
1 parent 6af8b17 commit 41c2422

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## 1.2.1 - 2024-01-08
9+
10+
### Maintenance
11+
12+
- Relax `phoenix_html` dependency requirement, allowing `~> 4.0`
13+
814
## 1.2.0 - 2023-02-19
915

1016
### Feature

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PhoenixSwoosh.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/swoosh/phoenix_swoosh"
5-
@version "1.2.0"
5+
@version "1.2.1"
66

77
def project do
88
[
@@ -27,7 +27,7 @@ defmodule PhoenixSwoosh.Mixfile do
2727
[
2828
{:swoosh, "~> 1.5"},
2929
{:phoenix_view, "~> 1.0 or ~> 2.0"},
30-
{:phoenix_html, "~> 3.0", optional: true},
30+
{:phoenix_html, "~> 3.0 or ~> 4.0", optional: true},
3131
{:hackney, "~> 1.10", optional: true},
3232
{:finch, "~> 0.8", optional: true},
3333
{:phoenix, "~> 1.6", optional: true},

0 commit comments

Comments
 (0)