We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378dc09 commit 571385bCopy full SHA for 571385b
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## main
9
10
+## 5.0.0
11
+
12
- NEW: Added `alias_email` and `destination_email` to `Dnsimple.EmailForward`
13
- NEW: Added support for Elixir 2.17
14
- CHANGED: Requires Elixir >= 2.13 and OTP >= 23
mix.exs
@@ -2,7 +2,7 @@ defmodule Dnsimple.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/dnsimple/dnsimple-elixir"
5
- @version "4.0.0"
+ @version "5.0.0"
6
def project do
[app: :dnsimple,
0 commit comments