Skip to content

Commit 571385b

Browse files
committed
Release 5.0.0
1 parent 378dc09 commit 571385b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## main
99

10+
## 5.0.0
11+
1012
- NEW: Added `alias_email` and `destination_email` to `Dnsimple.EmailForward`
1113
- NEW: Added support for Elixir 2.17
1214
- CHANGED: Requires Elixir >= 2.13 and OTP >= 23

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dnsimple.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/dnsimple/dnsimple-elixir"
5-
@version "4.0.0"
5+
@version "5.0.0"
66

77
def project do
88
[app: :dnsimple,

0 commit comments

Comments
 (0)