diff options
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a5e97..6643d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +0.2.1 +===== + +Features: + +- Add a tutorial. + +Bug fixes: + +- Fix ETS storage so that the sync process can write to it. + 0.2.0 ===== @@ -5,7 +5,7 @@ defmodule PolyjuiceClient.MixProject do [ app: :polyjuice_client, description: "Client library for the Matrix.org communications protocol", - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(), |