Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Jan 28, 2025
1 parent 143906a commit 92ca121
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## main

## 5.0.1

- Test build

## 5.0.0

- NEW: Added `alias_email` and `destination_email` to `Dnsimple.EmailForward`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015-2024 DNSimple Corporation
Copyright (c) 2015-2025 DNSimple Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ client = %Dnsimple.Client{base_url: "https://api.sandbox.dnsimple.com", access_t

## License

Copyright (c) 2015-2024 DNSimple Corporation. This is Free Software distributed under the MIT license.
Copyright (c) 2015-2025 DNSimple Corporation. This is Free Software distributed under the MIT license.
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 Dnsimple.Mixfile do
use Mix.Project

@source_url "https://github.com/dnsimple/dnsimple-elixir"
@version "5.0.0"
@version "5.0.1"

def project do
[app: :dnsimple,
Expand Down

0 comments on commit 92ca121

Please sign in to comment.