Merge branch 'release/0.4.0' into 'master'

Release: Change changelog and mix version

See merge request pleroma/elixir-libraries/linkify!34
This commit is contained in:
lain 2020-11-27 11:17:19 +00:00
commit 33558484a6
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## 0.4.0 - 2020-11-24
### Added
- Support for linking URLs with FQDNs (e.g., "google.com.")

View file

@ -1,7 +1,7 @@
defmodule Linkify.Mixfile do
use Mix.Project
@version "0.3.0"
@version "0.4.0"
def project do
[