Skip to content

Commit

Permalink
v1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Apr 20, 2024
1 parent 8760fae commit 2715bef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.16.4

### ✨ Features

- Add support for allow\_nil\_from @bernardd (#895)

### 🧰 Maintenance

- remove unstable assertion @princemaple (#892)

## 1.16.3

### ✨ 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.16.3"
@version "1.16.4"

@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.16.3"
@version "1.16.4"

def project do
[
Expand Down

0 comments on commit 2715bef

Please sign in to comment.