This commit is contained in:
sloane 2024-10-09 21:28:16 -04:00
parent b4600cfb4e
commit 5f45fe9306
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@
## Unreleased
## 1.1.0
### Added
- The `prefix` option can be used to set the prefix on Ecto fields that are not

View file

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