From 4695fffd4d2e15361d3baa27c44c5d9fb05e8903 Mon Sep 17 00:00:00 2001 From: sloane Date: Wed, 9 Oct 2024 21:21:59 -0400 Subject: [PATCH] docs: add 1.0.0 to changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bbd7d..e5f367b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 + +### What's Changed +* allow binary type by @dnsbty in https://github.com/sloanelybutsurely/typeid-elixir/pull/32 +* Fix prefix validation in Ecto type by @andrewtimberlake in https://github.com/sloanelybutsurely/typeid-elixir/pull/35 +* Change default type to uuid by @andrewtimberlake in https://github.com/sloanelybutsurely/typeid-elixir/pull/34 + +### New Contributors +* @dnsbty made their first contribution in https://github.com/sloanelybutsurely/typeid-elixir/pull/32 +* @andrewtimberlake made their first contribution in https://github.com/sloanelybutsurely/typeid-elixir/pull/35 + +**Full Changelog**: https://github.com/sloanelybutsurely/typeid-elixir/compare/0.6.0...1.0.0 + ## 0.5.1 - raises if `prefix` is not given when `primary_key: true`