diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fca7d7..e9e4428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.0 + +This release only changes the version number. It has no code changes. + ## v0.6.1 This release has no code changes. diff --git a/README.md b/README.md index cc8a35a..30dd62a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add `muontrap` to your project's `mix.exs` dependency list: ```elixir def deps do [ - {:muontrap, "~> 0.6.0"} + {:muontrap, "~> 1.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 856aa9a..758be2b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MuonTrap.MixProject do use Mix.Project - @version "0.6.1" + @version "1.0.0" @source_url "https://github.com/fhunleth/muontrap" def project do