Add CHANGELOG.md to package files

This commit is contained in:
Marcel Otto 2018-01-19 22:12:47 +01:00
parent b445f2e31c
commit 65bbd78953

View file

@ -49,7 +49,7 @@ defmodule RDF.Mixfile do
maintainers: ["Marcel Otto"],
licenses: ["MIT"],
links: %{"GitHub" => @repo_url},
files: ~w[lib src priv mix.exs README.md LICENSE.md VERSION]
files: ~w[lib src priv mix.exs README.md CHANGELOG.md LICENSE.md VERSION]
]
end