This commit is contained in:
Sloane Perrault 2023-07-06 14:25:23 -04:00
parent 303a474437
commit b6e0f62833
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## main
## 0.2.1
- Include CHANGELOG in docs
- Remove dependency on `Uniq`

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.0"}
{:typeid_elixir, "~> 0.2.1"}
]
end
```

View file

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