Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Nov 27, 2023
1 parent f04004f commit b013cfc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.14.2

### ✨ Features

- Do not send subject to customer.io when empty @caioaao (#834)

### 📝 Documentation

- Add information about Mailtrap adapter in README.md @kalys (#833)
- Add req docs to Api Client section @krns (#831)

### ⛓️ Dependency

- Bump plug from 1.15.1 to 1.15.2 @dependabot (#832)

## 1.14.1

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion lib/swoosh.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Swoosh do
@external_resource "README.md"
@moduledoc File.read!("README.md") |> String.replace("# Swoosh\n\n", "", global: false)

@version "1.14.1"
@version "1.14.2"

@doc false
def version, do: @version
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 Swoosh.Mixfile do
use Mix.Project

@source_url "https://github.com/swoosh/swoosh"
@version "1.14.1"
@version "1.14.2"

def project do
[
Expand Down

0 comments on commit b013cfc

Please sign in to comment.