From 9036321dfaa8db84689c088fb48d85e9859967fc Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Sat, 7 Nov 2020 22:05:04 -0500 Subject: release 0.3.1 --- CHANGELOG.md | 8 ++++++++ README.md | 5 +++-- mix.exs | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5857b3e..8d68d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.3.1 +===== + +Features: + +- allow compressed server responses +- add support for specifying a proxy, SSL options, following redirects + 0.3.0 ===== diff --git a/README.md b/README.md index c1684e5..03d3bab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Polyjuice Client -Polyjuice Client is a [Matrix](https://matrix.org/) client library. +Polyjuice Client is a [Matrix](https://matrix.org/) client library. Also check +out [Polyjuice Util](https://hex.pm/packages/polyjuice_util/) for more functions. ## Installation @@ -10,7 +11,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:polyjuice_client, "~> 0.3.0"} + {:polyjuice_client, "~> 0.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 817673d..f3aa38d 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.3.0", + version: "0.3.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(), -- cgit v1.2.3