Skip to content

Commit

Permalink
Upgrade to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PJUllrich committed Oct 28, 2023
1 parent 439d12b commit 9d26f10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d26f10

Please sign in to comment.