Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored Oct 27, 2022
1 parent 956ec33 commit 3060e64
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.1.0 - 2022-10-27

### Changes

- Support `phoenix_view` 2.0 @dkln (#279)

## 1.0.1 - 2022-02-12

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

@source_url "https://github.com/swoosh/phoenix_swoosh"
@version "1.0.1"
@version "1.1.0"

def project do
[
app: :phoenix_swoosh,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
name: "Phoenix.Swoosh",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3060e64

Please sign in to comment.