Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Oct 23, 2023
1 parent 5c86019 commit 0eaa580
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 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.13.0

### ✨ Features

- Add Scaleway adapter @andreh11 (#825)
- Update the UI for the mailbox viewer @dsincl12 (#822)

### ⛓️ Dependency

- Bump ex\_doc from 0.30.8 to 0.30.9 @dependabot (#826)
- Bump ex\_doc from 0.30.6 to 0.30.8 @dependabot (#824)
- Bump hackney from 1.19.1 to 1.20.1 @dependabot (#820)
- Bump plug from 1.15.0 to 1.15.1 @dependabot (#818)
- Bump plug from 1.14.2 to 1.15.0 @dependabot (#817)

## 1.12.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ configuration options.

```elixir
def deps do
[{:swoosh, "~> 1.12"}]
[{:swoosh, "~> 1.13"}]
end
```

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.12.0"
@version "1.13.0"

@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.12.0"
@version "1.13.0"

def project do
[
Expand Down

0 comments on commit 0eaa580

Please sign in to comment.