summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:21:20 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:21:20 -0400
commiteb7e818676183f3613eba4a19901881baf73bb4a (patch)
tree98551bda6962022d75785470e20c3317ad856ec4
parentadd a tutorial (diff)
release 0.2.1
-rw-r--r--CHANGELOG.md11
-rw-r--r--mix.exs2
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
=====
diff --git a/mix.exs b/mix.exs
index e062285..2c18851 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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(),