diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7f4b0..c35b44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ _Security updates_ - Added more documentation on deployment in production ## v1.2.1 + - Fix presenter url (400 error in production) -## v1.2.2 \ No newline at end of file +## v1.3.0 + +- Add Form feature to collect data from your public +- Improve docs for Docker Compose +- Improve Docker Compose file reference \ No newline at end of file diff --git a/mix.exs b/mix.exs index 301d23b..8260f76 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Claper.MixProject do use Mix.Project - @version "1.2.2" + @version "1.3.0" def project do [