diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 22:21:20 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 22:21:20 -0400 |
commit | eb7e818676183f3613eba4a19901881baf73bb4a (patch) | |
tree | 98551bda6962022d75785470e20c3317ad856ec4 | |
parent | add a tutorial (diff) |
release 0.2.1
-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(), |