From 84b91eb2125664d93f9567057e22a737ccd883a3 Mon Sep 17 00:00:00 2001 From: Peter Ullrich Date: Thu, 26 Oct 2023 14:32:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1181f..5ac5334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.6 +* Upgrade HTTPoison to `2.1` +* Add `request_options` to the config. You can set any HTTPoison options here and they will be respected in all HTTP requests. + ## v0.1.5 * Add `urls` and `customer_id` to `Order` \ No newline at end of file diff --git a/README.md b/README.md index 0ff8617..0e2f798 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An Elixir client for the API and Webhooks of LemonSqueezy. ```elixir def deps do [ - {:lemon_ex, "~> 0.1.5"} + {:lemon_ex, "~> 0.1.6"} ] end ``` diff --git a/mix.exs b/mix.exs index a3350fe..e1b2dae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LemonEx.MixProject do use Mix.Project - @version "0.1.5" + @version "0.1.6" @source_url "https://github.com/PJUllrich/lemon_ex" def project do