This commit is contained in:
Sloane Perrault 2023-07-06 16:20:04 -04:00
parent fa0e1f48e4
commit 1c0b6f68cb
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.2.2
- Lower required Elixir version
## 0.2.1
- Include CHANGELOG in docs

View file

@ -15,7 +15,7 @@ The package can be installed from [hex](https://hex.pm/packages/typeid_elixir) b
```elixir
def deps do
[
{:typeid_elixir, "~> 0.2.1"}
{:typeid_elixir, "~> 0.2.2"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule TypeID.MixProject do
use Mix.Project
@version "0.2.1"
@version "0.2.2"
def project do
[