From 9d26f10f43db55a4119b60d4a6a2363e6f3e462d Mon Sep 17 00:00:00 2001 From: Peter Ullrich Date: Sat, 28 Oct 2023 10:56:49 +0200 Subject: [PATCH] Upgrade to v0.1.7 --- 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 5ac5334..11fe8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.7 + +* Add `customer_portal` to `Customer.urls` + ## 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. diff --git a/README.md b/README.md index 1c085da..9f733aa 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.6"} + {:lemon_ex, "~> 0.1.7"} ] end ``` diff --git a/mix.exs b/mix.exs index b7b0b1f..a4c0879 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LemonEx.MixProject do use Mix.Project - @version "0.1.6" + @version "0.1.7" @source_url "https://github.com/PJUllrich/lemon_ex" def project do