Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored Jan 7, 2024
1 parent 6af8b17 commit 41c2422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.1 - 2024-01-08

### Maintenance

- Relax `phoenix_html` dependency requirement, allowing `~> 4.0`

## 1.2.0 - 2023-02-19

### Feature
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PhoenixSwoosh.Mixfile do
use Mix.Project

@source_url "https://github.com/swoosh/phoenix_swoosh"
@version "1.2.0"
@version "1.2.1"

def project do
[
Expand All @@ -27,7 +27,7 @@ defmodule PhoenixSwoosh.Mixfile do
[
{:swoosh, "~> 1.5"},
{:phoenix_view, "~> 1.0 or ~> 2.0"},
{:phoenix_html, "~> 3.0", optional: true},
{:phoenix_html, "~> 3.0 or ~> 4.0", optional: true},
{:hackney, "~> 1.10", optional: true},
{:finch, "~> 0.8", optional: true},
{:phoenix, "~> 1.6", optional: true},
Expand Down

0 comments on commit 41c2422

Please sign in to comment.