Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkezhaya committed Oct 12, 2021
1 parent 60afaec commit 544ed70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
# Changelog

## 0.17.0

* Updated ISO version for better subdivision searching
* Bumped minimum Elixir version to 1.12
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Add `shippex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:shippex, "~> 0.15"}]
[{:shippex, "~> 0.17"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -6,8 +6,8 @@ defmodule Shippex.Mixfile do
def project do
[
app: :shippex,
version: "0.16.0",
elixir: "~> 1.9",
version: "0.17.0",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 544ed70

Please sign in to comment.